Skip to content

Commit

Permalink
Update auto-update.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tevino authored Dec 20, 2024
1 parent 3d6b16c commit 5aa7746
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/auto-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,10 @@ jobs:
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git config --global --add safe.directory /github/workspace
git add github-markdown.css
git commit -m "Auto update" || true
- name: Push back
uses: ad-m/github-push-action@v0.5.0
uses: ad-m/github-push-action@v0.6.0
with:
# Token for the repo. Can be passed in using ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 5aa7746

Please sign in to comment.