Skip to content

Commit

Permalink
Merge pull request #6 from anitvam/renovate/stefanzweifel-git-auto-co…
Browse files Browse the repository at this point in the history
…mmit-action-5.x

ci(deps): update stefanzweifel/git-auto-commit-action action to v5
  • Loading branch information
anitvam authored Nov 16, 2023
2 parents 257baaa + b800493 commit 119a14d
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 119a14d

Please sign in to comment.