Update https://github.com/stefanzweifel/git-auto-commit-action action to v5.1.0 #2

Merged
chvp merged 1 commit from renovate/https-github.com-stefanzweifel-git-auto-commit-action-5.x into main 2025-02-10 22:18:52 +01:00

View file

@ -29,7 +29,7 @@ jobs:
- run: nix build -L --no-link .#devShells.x86_64-linux.default - run: nix build -L --no-link .#devShells.x86_64-linux.default
- run: nix eval --json ".#packages.x86_64-linux.default.outPath" | sed 's/"\(.*\)"/\1/' | cachix push chvp - run: nix eval --json ".#packages.x86_64-linux.default.outPath" | sed 's/"\(.*\)"/\1/' | cachix push chvp
- run: nix eval --json ".#devShells.x86_64-linux.default.outPath" | sed 's/"\(.*\)"/\1/' | cachix push chvp - run: nix eval --json ".#devShells.x86_64-linux.default.outPath" | sed 's/"\(.*\)"/\1/' | cachix push chvp
- uses: https://github.com/stefanzweifel/git-auto-commit-action@v5.0.1 - uses: https://github.com/stefanzweifel/git-auto-commit-action@v5.1.0
with: with:
commit_message: "Update dependencies" commit_message: "Update dependencies"
commit_user_name: "CharBOTte" commit_user_name: "CharBOTte"