mirror of
https://github.com/SamKirkland/FTP-Deploy-Action.git
synced 2025-08-15 06:25:05 +00:00
docs: correct use of outputs
This commit is contained in:
parent
e6aeb93270
commit
3b1d17e411
@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user