Skip to content

Commit

Permalink
Get rid of ad-m/github-push-action (#28)
Browse files Browse the repository at this point in the history
* Get rid of ad-m/github-push-action

* Use variable instead of executing pwd

Co-authored-by: Łukasz Domeradzki <[email protected]>

---------

Co-authored-by: Łukasz Domeradzki <[email protected]>
  • Loading branch information
Rudokhvist and JustArchi authored Sep 16, 2024
1 parent 51c5d3c commit 16b5d97
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/[email protected]
with:
github_token: ${{ env.PUSH_GITHUB_TOKEN }}
branch: ${{ github.ref }}
git push

0 comments on commit 16b5d97

Please sign in to comment.