Skip to content

Commit e65357f

Browse files
Update commit back step
1 parent 9de5001 commit e65357f

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/workflows/push.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,15 @@ jobs:
9696
run: make packagemanifests
9797

9898
# Commit back changes
99-
- uses: stefanzweifel/git-auto-commit-action@v4
99+
- name: Commit files
100+
run: |
101+
git config --local user.email "[email protected]"
102+
git config --local user.name "stakater-user"
103+
git commit -m "[skip-ci] Update artifacts" -a
104+
- name: Push changes
105+
uses: ad-m/github-push-action@master
100106
with:
101-
commit_message: "[skip-ci] Update artifacts"
102-
commit_user_name: stakater-user
103-
commit_user_email: [email protected]
107+
github_token: ${{ secrets.STAKATER_GITHUB_TOKEN }}
104108

105109
- name: Push Latest Tag
106110
uses: anothrNick/[email protected]

0 commit comments

Comments
 (0)