Update action name

This commit is contained in:
Adam Dobrawy
2019-08-24 14:08:13 +02:00
parent e6fbd0f271
commit 2a2091ec71
3 changed files with 7 additions and 7 deletions

View File

@@ -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 }}
```