From 509bb976c0dc1f6bec68177459e10b3d7158f76e Mon Sep 17 00:00:00 2001 From: Arnaud Rinquin Date: Tue, 12 Feb 2019 14:02:25 +0100 Subject: [PATCH] Fix workflow example in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8800c6f..9f9d0c3 100644 --- a/README.md +++ b/README.md @@ -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"] } ```