Skip to content
This repository was archived by the owner on Jul 15, 2024. It is now read-only.

Update stefanzweifel/git-auto-commit-action action to v5 #255

Open
wants to merge 1 commit into
base: gh-pages
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/formatter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: npm run formatter

- name: Auto Commit
uses: stefanzweifel/git-auto-commit-action@v4.16.0
uses: stefanzweifel/git-auto-commit-action@v5.0.1
with:
commit_message: "Auto-Formatter"
branch: ${{ github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/minify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
directory: 'resources'

- name: Auto committing minified files
uses: stefanzweifel/git-auto-commit-action@v4.16.0
uses: stefanzweifel/git-auto-commit-action@v5.0.1
with:
repository: 'resources'
commit_message: "Automatically minified resources directory"
Expand Down