Skip to content

Commit

Permalink
Update main.workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
splybon committed Mar 5, 2019
1 parent de3716b commit ed087a3
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 "Skookum Action" {

action "My first action" {
uses = "docker://alpine:3.8"
args = "echo \"$RUBY_GEM_API_KEY\""
args = "echo '$RUBY_GEM_API_KEY'"
env = {
SKOOKUM = "my special environment var"
}
Expand Down

0 comments on commit ed087a3

Please sign in to comment.