Skip to content

Commit

Permalink
Remove github-push-action
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotwutingfeng committed Oct 21, 2022
1 parent a214501 commit 8602d28
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/scraper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,4 @@
# git config --local user.email "action@github.com"
# git config --local user.name "GitHub Action"
# git add -A
# git diff --name-only --cached --exit-code || git commit -am "update allowlist"

# - name: push changes
# uses: ad-m/github-push-action@v0.6.0
# with:
# github_token: ${{ secrets.GITHUB_TOKEN }}
# branch: main
# git diff --name-only --cached --exit-code || ( git commit -am "update allowlist" && git push )

0 comments on commit 8602d28

Please sign in to comment.