We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a552d00 commit f70e263Copy full SHA for f70e263
action.yml
@@ -409,7 +409,7 @@ runs:
409
echo "token=${{ inputs.commit-status-github-token }}" >> $GITHUB_OUTPUT
410
fi
411
412
- - uses: cloudposse/github-action-wait-commit-status@0.2.0
+ - uses: cloudposse/github-action-wait-commit-status@v0.2.1
413
if: ${{ inputs.synchronously == 'true' && inputs.operation == 'deploy' }}
414
with:
415
repository: ${{ inputs.repository }}
0 commit comments