diff --git a/.forgejo/workflows/push.yaml b/.forgejo/workflows/push.yaml index 5ff7c9b..ae90d3f 100644 --- a/.forgejo/workflows/push.yaml +++ b/.forgejo/workflows/push.yaml @@ -4,6 +4,9 @@ jobs: runs-on: docker container: image: git.kun.is/home/forgejo-nix-action:687d16c49ea7936068bac64ec68c480a9d681962 + env: + GIT_AUTHOR_NAME: Forgejo Action + GIT_AUTHOR_EMAIL: noreply@git.kun.is steps: - name: Clone container-images repository run: git clone ${GITHUB_SERVER_URL}/home/container-images.git container-images