Skip to content

Commit

Permalink
feat(action): enhance test message
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilshidur authored Feb 4, 2019
1 parent c455781 commit e814917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/main.workflow
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ workflow "New workflow" {

action "Publish test" {
uses = "./"
args = "{ \"hello\": \"{{ GITHUB_ACTION }}\" }"
args = "{ \"repo\": \"https://github.com/Ilshidur/action-mercure\", \"action\": \"{{ GITHUB_ACTION }}\", \"description\": \"Please star this project ! :-)\" }"
env = {
MERCURE_HUB_URL = "https://demo.mercure.rocks/hub"
MERCURE_TOPICS = "foo"
Expand Down

0 comments on commit e814917

Please sign in to comment.