Skip to content

Commit ff6c581

Browse files
committed
Fix error
1 parent 43a8c0a commit ff6c581

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/check-status.yaml

+1-3
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ jobs:
2121
with:
2222
desired_context: "try"
2323
token: ${{ secrets.GITHUB_TOKEN }}
24-
max_retries: 30
25-
retry_delay: 10
2624

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

0 commit comments

Comments
 (0)