Skip to content

Commit

Permalink
Fix workflow example in README
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudRinquin committed Feb 12, 2019
1 parent 884954b commit 509bb97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ workflow "Test git-crypt" {
}
action "Unlock secrets" {
uses="./tools/github-actions/git-crypt-unlock"
uses="sliteteam/github-action-git-crypt-unlock@master"
secrets=["GIT_CRYPT_KEY"]
}
```
Expand Down

0 comments on commit 509bb97

Please sign in to comment.