Skip to content

Commit 004a626

Browse files
committed
Fix error in check-status workflow
1 parent ff6c581 commit 004a626

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/check-status.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,6 @@ jobs:
2323
token: ${{ secrets.GITHUB_TOKEN }}
2424

2525
- name: Display final status
26-
run: echo "External status final state: ${{ steps['wait-for-status'].outputs.final_state }}"
26+
env:
27+
FINAL_STATE: ${{ steps['wait-for-status'].outputs.final_state }}
28+
run: echo "External status final state: $FINAL_STATE"

0 commit comments

Comments
 (0)