Skip to content

Commit fd6c820

Browse files
committed
fix status id
1 parent 90bbad1 commit fd6c820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upload.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ jobs:
7070
dest: '[email protected]:/servers/workflow'
7171

7272
- name: Display status from deploy
73-
run: echo "${{ steps.deploy.outputs.status }}"
73+
run: echo "${{ steps.deploy-server.outputs.status }}"

0 commit comments

Comments
 (0)