Skip to content

Commit

Permalink
try pushing using checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
davethepunkyone committed Nov 5, 2024
1 parent b178b33 commit b3601e2
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/axe-dependency-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ jobs:
run: |
git stage utils/resources/axe.js
git diff-index --quiet HEAD || (git commit -a -m "axe.js scheduled update" --allow-empty)
- name: Push changes to branch
uses: ad-m/[email protected]
with:
github_token: ${{ secrets.PUSH_TOKEN }}
branch: axe-dependency-check
- uses: actions/checkout@v4
- run: |
git push

0 comments on commit b3601e2

Please sign in to comment.