Compare commits

..

No commits in common. "c2545a1c0c1fd6292cac97156f7e7b0fb820d978" and "8f01ebd6fc1ec126bda480328c6ba4f08429179e" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View file

@ -33,7 +33,7 @@ jobs:
- name: Update flake
run: nix flake update
- uses: stefanzweifel/git-auto-commit-action@v6
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "[CI]: update flake inputs"
push_options: "--force"

View file

@ -33,7 +33,7 @@ jobs:
- name: Update npins
run: nix run nixpkgs#npins update
- uses: stefanzweifel/git-auto-commit-action@v6
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "[CI]: update npins"
push_options: "--force"