Skip to content

Commit

Permalink
ci(format): update github-push-action to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
gametaro committed Jan 23, 2022
1 parent 0cf6cd1 commit 2147670
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ jobs:
if [[ -n $(git status -s) ]]; then
git commit -am "style: format with stylua"
fi
- name: Push changes
uses: ad-m/github-push-action@master
uses: ad-m/github-push-action@0.6.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: ${{ github.ref }}
Expand Down Expand Up @@ -53,8 +54,9 @@ jobs:
if [[ -n $(git status -s) ]]; then
git commit -am "style: format with shfmt"
fi
- name: Push changes
uses: ad-m/github-push-action@master
uses: ad-m/github-push-action@0.6.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: ${{ github.ref }}

0 comments on commit 2147670

Please sign in to comment.