Skip to content

Commit

Permalink
Merge pull request #15 from stakater/fix-pipeline
Browse files Browse the repository at this point in the history
fix git commit/push step
  • Loading branch information
Muhammad Hamza Zaib authored Aug 25, 2020
2 parents 714c947 + b07c209 commit 311660a
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,16 @@ jobs:
run: make packagemanifests

# Commit back changes
- uses: stefanzweifel/git-auto-commit-action@v4
- name: Commit files
run: |
git config --local user.email "[email protected]"
git config --local user.name "stakater-user"
git commit -m "[skip-ci] Update artifacts" -a
- name: Push changes
uses: ad-m/github-push-action@master
with:
commit_message: "[skip-ci] Update artifacts"
commit_user_name: stakater-user
commit_user_email: [email protected]

github_token: ${{ secrets.GITHUB_TOKEN }}

- name: Push Latest Tag
uses: anothrNick/[email protected]
env:
Expand Down

0 comments on commit 311660a

Please sign in to comment.