Skip to content

Commit

Permalink
docs: update example in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
devfle authored Jan 8, 2023
1 parent 743a67b commit 313a811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
git config --local user.name "github-actions[bot]"
git commit --allow-empty -am "update readme"
- name: push changes
uses: ad-m/github-push-action@v0.6.0
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: main
Expand Down

0 comments on commit 313a811

Please sign in to comment.