File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
FROM alpine
2
2
3
- LABEL "name" ="git -push"
3
+ LABEL "name" ="github -push"
4
4
LABEL "maintainer" =
"Adam Dobrawy <[email protected] >"
5
5
LABEL "version" ="0.0.1"
6
6
7
- LABEL "com.github.actions.name" ="cURL for GitHub Actions"
8
- LABEL "com.github.actions.description" ="Runs cURL in an Action"
7
+ LABEL "com.github.actions.name" ="Git push for GitHub Actions"
8
+ LABEL "com.github.actions.description" ="Runs 'git push' to GitHub in an Action"
9
9
LABEL "com.github.actions.icon" ="upload-cloud"
10
10
LABEL "com.github.actions.color" ="green"
11
11
Original file line number Diff line number Diff line change 1
- # GitHub Action for Git Push
1
+ # GitHub Action for GitHub Push
2
2
3
3
The GitHub Actions for pushing to GitHub repository local changes authorizing using GitHub token.
4
4
17
17
...
18
18
- run : |
19
19
...
20
- - uses : ad-m/git -push-action@master
20
+ - uses : ad-m/github -push-action@master
21
21
with :
22
22
repo-token : ${{ secrets.GITHUB_TOKEN }}
23
23
` ` `
Original file line number Diff line number Diff line change 1
- name : ' Git Push'
2
- description : ' Pushing to Git repository local changes'
1
+ name : ' GitHub Push'
2
+ description : ' Pushing to GitHub repository local changes'
3
3
author : ' ad-m'
4
4
inputs :
5
5
github_token :
You can’t perform that action at this time.
0 commit comments