Skip to content

Commit

Permalink
Automatic workflows update from ASF-PluginTemplate
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 17, 2024
1 parent 6b4a58e commit 011fd11
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/bump-asf-reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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

0 comments on commit 011fd11

Please sign in to comment.