From 919d84173ef5265fd41324bad4d1cac5f9ce722b Mon Sep 17 00:00:00 2001 From: lubiana Date: Fri, 20 Oct 2023 18:20:08 +0200 Subject: [PATCH] test --- .forgejo/workflows/push.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/push.yml b/.forgejo/workflows/push.yml index 5404a28..3f3722f 100644 --- a/.forgejo/workflows/push.yml +++ b/.forgejo/workflows/push.yml @@ -22,12 +22,11 @@ jobs: CI_COMMIT_MESSAGE: Continuous Integration Build Artifacts CI_COMMIT_AUTHOR: Continuous Integration run: | + env | sort git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}" git config --global user.email "username@users.noreply.github.com" - git status --porcelain - git status -s if [[ -n "$(git status -s)" ]]; then - echo lol + git commit -am ' fi