Skip to content

Commit

Permalink
Fix gh pipeline typo (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
szaffarano authored Jan 27, 2025
1 parent a286a32 commit 9e1437a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/nix-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ jobs:
- uses: astro/deadnix-action@main
with:
author: "Sebastián Zaffarano <sebas@zaffarano.com.ar>"
commiter: "Sebastián Zaffarano <sebas@zaffarano.com.ar>"
committer: "Sebastián Zaffarano <sebas@zaffarano.com.ar>"
commit_message: "chore: Remove dead code"
token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
statix:
name: Statix
runs-on: ubuntu-latest
Expand All @@ -28,6 +27,6 @@ jobs:
- uses: jocelynthode/statix-action@master
with:
author: "Sebastián Zaffarano <sebas@zaffarano.com.ar>"
commiter: "Sebastián Zaffarano <sebas@zaffarano.com.ar>"
committer: "Sebastián Zaffarano <sebas@zaffarano.com.ar>"
commit_message: "chore: Lint Nix code"
token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}

0 comments on commit 9e1437a

Please sign in to comment.