mirror of
https://github.com/NotAShelf/nyxexprs.git
synced 2025-11-05 05:02:20 +00:00
Compare commits
No commits in common. "c2545a1c0c1fd6292cac97156f7e7b0fb820d978" and "8f01ebd6fc1ec126bda480328c6ba4f08429179e" have entirely different histories.
c2545a1c0c
...
8f01ebd6fc
2 changed files with 2 additions and 2 deletions
2
.github/workflows/update-flake.yml
vendored
2
.github/workflows/update-flake.yml
vendored
|
|
@ -33,7 +33,7 @@ jobs:
|
||||||
- name: Update flake
|
- name: Update flake
|
||||||
run: nix flake update
|
run: nix flake update
|
||||||
|
|
||||||
- uses: stefanzweifel/git-auto-commit-action@v6
|
- uses: stefanzweifel/git-auto-commit-action@v5
|
||||||
with:
|
with:
|
||||||
commit_message: "[CI]: update flake inputs"
|
commit_message: "[CI]: update flake inputs"
|
||||||
push_options: "--force"
|
push_options: "--force"
|
||||||
|
|
|
||||||
2
.github/workflows/update-pkgs.yml
vendored
2
.github/workflows/update-pkgs.yml
vendored
|
|
@ -33,7 +33,7 @@ jobs:
|
||||||
- name: Update npins
|
- name: Update npins
|
||||||
run: nix run nixpkgs#npins update
|
run: nix run nixpkgs#npins update
|
||||||
|
|
||||||
- uses: stefanzweifel/git-auto-commit-action@v6
|
- uses: stefanzweifel/git-auto-commit-action@v5
|
||||||
with:
|
with:
|
||||||
commit_message: "[CI]: update npins"
|
commit_message: "[CI]: update npins"
|
||||||
push_options: "--force"
|
push_options: "--force"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue