Skip to content

Commit

Permalink
chore: remove ad-m/github-push-action
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtPooki committed Sep 15, 2022
1 parent 7589257 commit 7368788
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/pull_requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,7 @@ jobs:
git config --local user.email "108953096+ipfs-gui-bot@users.noreply.github.com"
git config --local user.name "ipfs-gui-bot"
git add README.md
git commit -m "chore: update README.md" || echo "No changes, skipping commit"
- name: Push changes
if: success()
uses: ad-m/github-push-action@v0.6.0
with:
branch: ${{ github.event.pull_request.head.ref }}
github_token: ${{ secrets.GITHUB_TOKEN }}
git commit -m "chore: update README.md" && git push || echo "No changes, skipping commit"
run-danger:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7368788

Please sign in to comment.