diff --git a/Dockerfile b/Dockerfile index a2e6331..1f9883e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,11 +1,11 @@ FROM alpine -LABEL "name"="git-push" +LABEL "name"="github-push" LABEL "maintainer"="Adam Dobrawy " LABEL "version"="0.0.1" -LABEL "com.github.actions.name"="cURL for GitHub Actions" -LABEL "com.github.actions.description"="Runs cURL in an Action" +LABEL "com.github.actions.name"="Git push for GitHub Actions" +LABEL "com.github.actions.description"="Runs 'git push' to GitHub in an Action" LABEL "com.github.actions.icon"="upload-cloud" LABEL "com.github.actions.color"="green" diff --git a/README.md b/README.md index f0b66e2..468d49a 100644 --- a/README.md +++ b/README.md @@ -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 }} ``` diff --git a/action.yml b/action.yml index ad314da..3bef4e0 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ -name: 'Git Push' -description: 'Pushing to Git repository local changes' +name: 'GitHub Push' +description: 'Pushing to GitHub repository local changes' author: 'ad-m' inputs: github_token: