docs: correct use of outputs

This commit is contained in:
John Wright 2021-02-25 09:07:06 +00:00
parent e6aeb93270
commit 3b1d17e411

View File

@ -199,7 +199,7 @@ jobs:
port: 1234 # todo replace with your web hosts ftps port port: 1234 # todo replace with your web hosts ftps port
- name: ✉️ Notify - name: ✉️ Notify
if: steps.deployment.deployed == 'true' if: steps.deployment.outputs.deployed == 'true'
run: notify-people-of-my-deployment run: notify-people-of-my-deployment
``` ```