-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatic workflows update from ASF-PluginTemplate
- Loading branch information
1 parent
0735c82
commit 5c8f61a
Showing
1 changed file
with
3 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected] | ||
with: | ||
github_token: ${{ env.PUSH_GITHUB_TOKEN }} | ||
branch: ${{ github.ref }} | ||
git push |