Skip to content

Commit

Permalink
ci(deps): update stefanzweifel/git-auto-commit-action action to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 16, 2023
1 parent ce35596 commit b800493
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
mkdir -p assets
cp ./*.pdf ./assets/
- name: Push Assets
uses: stefanzweifel/git-auto-commit-action@v4.16.0
uses: stefanzweifel/git-auto-commit-action@v5.0.0
with:
file_pattern: assets/*
commit_message: "chore(ci): Add compiled pdf into assets [skip ci]"
Expand All @@ -49,7 +49,7 @@ jobs:
git pull
rm -frd assets
- name: Push Assets
uses: stefanzweifel/git-auto-commit-action@v4.16.0
uses: stefanzweifel/git-auto-commit-action@v5.0.0
with:
commit_message: "chore(ci): Remove compiled pdf from assets [skip ci]"
branch: ${{ github.head_ref }}

0 comments on commit b800493

Please sign in to comment.