Skip to content

Commit

Permalink
Merge pull request #8 from awibox/develop
Browse files Browse the repository at this point in the history
#7: Action name was changed
  • Loading branch information
Andrei Arkhipov authored Jan 19, 2020
2 parents 3a292e5 + ad90a25 commit 0d2cae6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:3.10

LABEL "com.github.actions.name"="Deploy to Github Pages"
LABEL "com.github.actions.name"="Deploy your app to GitHub Pages"
LABEL "com.github.actions.description"="Deployment build files to your main repository for Github Pages"
LABEL "com.github.actions.icon"="upload"
LABEL "com.github.actions.color"="blue"
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# action.yml
name: 'Deploy to Github Pages'
name: 'Deploy your app to GitHub Pages'
description: 'Deployment build files to your main repository for Github Pages'
inputs:
AUTHOR: # id of input
Expand Down

0 comments on commit 0d2cae6

Please sign in to comment.