mirror of
https://github.com/ipfs/awesome-ipfs.git
synced 2024-11-27 11:37:23 -05:00
chore: remove ad-m/github-push-action
see https://github.com/ad-m/github-push-action/issues/104
This commit is contained in:
parent
7589257cca
commit
736878845d
1 changed files with 1 additions and 7 deletions
8
.github/workflows/pull_requests.yml
vendored
8
.github/workflows/pull_requests.yml
vendored
|
@ -50,13 +50,7 @@ jobs:
|
||||||
git config --local user.email "108953096+ipfs-gui-bot@users.noreply.github.com"
|
git config --local user.email "108953096+ipfs-gui-bot@users.noreply.github.com"
|
||||||
git config --local user.name "ipfs-gui-bot"
|
git config --local user.name "ipfs-gui-bot"
|
||||||
git add README.md
|
git add README.md
|
||||||
git commit -m "chore: update README.md" || echo "No changes, skipping commit"
|
git commit -m "chore: update README.md" && git push || 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 }}
|
|
||||||
|
|
||||||
run-danger:
|
run-danger:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in a new issue