Skip to content

Commit

Permalink
chore: fix typo gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
daniloraisi committed Oct 16, 2024
1 parent 8ec8781 commit c58aaef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-flake.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
uses: DeterminateSystems/nix-installer-action@v14

- name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@v4
uses: DeterminateSystems/update-flake-lock@main
with:
nix-option: --debug --log-format raw
nix-options: --debug --log-format raw
token: ${{ secrets.FLAKE_TOKEN }}
pr-title: "deps: update flake.lock"
pr-labels: |
Expand Down

0 comments on commit c58aaef

Please sign in to comment.