add author to update flake workflow
All checks were successful
/ build-all (push) Successful in 1m11s
All checks were successful
/ build-all (push) Successful in 1m11s
This commit is contained in:
parent
d52441b226
commit
6614b04305
1 changed files with 1 additions and 1 deletions
|
|
@ -8,5 +8,5 @@ jobs:
|
||||||
- run: git clone -q -b $FORGEJO_REF_NAME https://forgejo:$GITHUB_TOKEN@git.antoinevaure.fr/$GITHUB_REPOSITORY .
|
- run: git clone -q -b $FORGEJO_REF_NAME https://forgejo:$GITHUB_TOKEN@git.antoinevaure.fr/$GITHUB_REPOSITORY .
|
||||||
- run: git checkout -b update-nix-inputs
|
- run: git checkout -b update-nix-inputs
|
||||||
- run: nix flake update
|
- run: nix flake update
|
||||||
- run: git commit -a -m "Update flake inputs $(date +'%d/%m/%Y')"
|
- run: git commit -a -m "Update flake inputs $(date +'%d/%m/%Y')" --author="Update flake worklow"
|
||||||
- run: git push --force --set-upstream origin update-nix-inputs
|
- run: git push --force --set-upstream origin update-nix-inputs
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue