Update action name
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# GitHub Action for Git Push
|
||||
# GitHub Action for GitHub Push
|
||||
|
||||
The GitHub Actions for pushing to GitHub repository local changes authorizing using GitHub token.
|
||||
|
||||
@@ -17,7 +17,7 @@ jobs:
|
||||
...
|
||||
- run: |
|
||||
...
|
||||
- uses: ad-m/git-push-action@master
|
||||
- uses: ad-m/github-push-action@master
|
||||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
```
|
||||
|
Reference in New Issue
Block a user