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,11 +1,11 @@
FROM alpine FROM alpine
LABEL "name"="git-push" LABEL "name"="github-push"
LABEL "maintainer"="Adam Dobrawy <git+push@jawnosc.tk>" LABEL "maintainer"="Adam Dobrawy <git+push@jawnosc.tk>"
LABEL "version"="0.0.1" LABEL "version"="0.0.1"
LABEL "com.github.actions.name"="cURL for GitHub Actions" LABEL "com.github.actions.name"="Git push for GitHub Actions"
LABEL "com.github.actions.description"="Runs cURL in an Action" LABEL "com.github.actions.description"="Runs 'git push' to GitHub in an Action"
LABEL "com.github.actions.icon"="upload-cloud" LABEL "com.github.actions.icon"="upload-cloud"
LABEL "com.github.actions.color"="green" LABEL "com.github.actions.color"="green"

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. The GitHub Actions for pushing to GitHub repository local changes authorizing using GitHub token.
@ -17,7 +17,7 @@ jobs:
... ...
- run: | - run: |
... ...
- uses: ad-m/git-push-action@master - uses: ad-m/github-push-action@master
with: with:
repo-token: ${{ secrets.GITHUB_TOKEN }} repo-token: ${{ secrets.GITHUB_TOKEN }}
``` ```

View File

@ -1,5 +1,5 @@
name: 'Git Push' name: 'GitHub Push'
description: 'Pushing to Git repository local changes' description: 'Pushing to GitHub repository local changes'
author: 'ad-m' author: 'ad-m'
inputs: inputs:
github_token: github_token: