From 878fd9e86667c50b8c1c3e3bcc447e6a57b734fd Mon Sep 17 00:00:00 2001 From: miwr Date: Tue, 8 Apr 2025 13:45:17 +0200 Subject: [PATCH] git pull --- .forgejo/workflows/deploy.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index 8deef9e..7af075b 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -59,6 +59,7 @@ jobs: jq ".version = \"$new_version\"" package.json > temp.json && mv temp.json package.json git config --local user.email "github-actions[bot]@users.noreply.github.com" git config --local user.name "GitHub Actions Bot" + git pull git add . git commit -m "Automated update by GitHub Actions" git push origin HEAD:${{ github.ref_name }}