Skip to content

Commit

Permalink
ci: fix me being dumb
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Jun 27, 2024
1 parent 4eb04fa commit 7a6c75a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,9 @@ jobs:
- uses: cachix/install-nix-action@V27
- run: ./pkgs/gopls/update.sh
- run: ./pkgs/golangci-lint/update.sh
- run: git add -A
- uses: stefanzweifel/git-auto-commit-action@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
commit_message: "chore(nix): update"
branch: master
file_pattern: flake.lock

0 comments on commit 7a6c75a

Please sign in to comment.