Skip to content

Commit

Permalink
add test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sinshutu committed Jan 28, 2019
1 parent 68b432b commit 3db10eb
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/main.workflow
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
workflow "Main workflow" {
on = "push"
resolves = ["local action", "github-action"]
}

action "local action" {
uses = "./"
args = "README.md"
secrets = ["DISCORD_WEBHOOK"]
}

action "github-action" {
uses = "sinshutu/upload-to-discord@master"
args = "README.md"
secrets = ["DISCORD_WEBHOOK"]
}

0 comments on commit 3db10eb

Please sign in to comment.