Skip to content

Commit 3d8eaca

Browse files
committed
Fix: Update commit changes step in GitHub Actions workflow to use git-auto-commit-action
Signed-off-by: Lee Calcote <[email protected]>
1 parent 45543d1 commit 3d8eaca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757

5858

5959

60-
- name: Commit changes
60+
- name: Commit changes
6161
if: github.event.pull_request.head.repo.full_name != github.repository
6262
uses: stefanzweifel/git-auto-commit-action@v5
6363
with:

0 commit comments

Comments
 (0)