This commit is contained in:
parent
a47857efea
commit
724aa914c0
1 changed files with 2 additions and 1 deletions
|
@ -7,8 +7,9 @@ jobs:
|
||||||
env:
|
env:
|
||||||
GIT_COMMITTER_NAME: Forgejo Action
|
GIT_COMMITTER_NAME: Forgejo Action
|
||||||
GIT_COMMITTER_EMAIL: noreply@git.kun.is
|
GIT_COMMITTER_EMAIL: noreply@git.kun.is
|
||||||
|
GIT_AUTHOR_NAME: Forgejo Action
|
||||||
|
GIT_AUTHOR_EMAIL: noreply@git.kun.is
|
||||||
steps:
|
steps:
|
||||||
- run: env
|
|
||||||
- name: Clone container-images repository
|
- name: Clone container-images repository
|
||||||
run: git clone ${GITHUB_SERVER_URL}/home/container-images.git container-images
|
run: git clone ${GITHUB_SERVER_URL}/home/container-images.git container-images
|
||||||
- name: Update Nix input on container-images
|
- name: Update Nix input on container-images
|
||||||
|
|
Loading…
Reference in a new issue