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 ```