From 011fd11e8c5a3e147dc1271ce90e9cfe57bd02de Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 17 Sep 2024 03:32:58 +0000 Subject: [PATCH] Automatic workflows update from ASF-PluginTemplate --- .github/workflows/bump-asf-reference.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/bump-asf-reference.yml b/.github/workflows/bump-asf-reference.yml index 7fd4ad2..6906d13 100644 --- a/.github/workflows/bump-asf-reference.yml +++ b/.github/workflows/bump-asf-reference.yml @@ -59,6 +59,8 @@ jobs: exit fi + git config --global --add safe.directory "$GITHUB_WORKSPACE" + git config -f .gitmodules submodule.ArchiSteamFarm.branch "$LATEST_ASF_RELEASE" git add -A ".gitmodules" @@ -73,8 +75,4 @@ jobs: git commit -m "Automatic ArchiSteamFarm reference update to ${LATEST_ASF_RELEASE}" - - name: Push changes to the repo - uses: ad-m/github-push-action@v0.8.0 - with: - github_token: ${{ env.PUSH_GITHUB_TOKEN }} - branch: ${{ github.ref }} + git push