From 3b1d17e4114c9556cc757666d58e08c8617d22c1 Mon Sep 17 00:00:00 2001 From: John Wright Date: Thu, 25 Feb 2021 09:07:06 +0000 Subject: [PATCH] docs: correct use of outputs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9da6510..13a88f0 100644 --- a/README.md +++ b/README.md @@ -199,7 +199,7 @@ jobs: port: 1234 # todo replace with your web hosts ftps port - name: ✉️ Notify - if: steps.deployment.deployed == 'true' + if: steps.deployment.outputs.deployed == 'true' run: notify-people-of-my-deployment ```