We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47832cd commit 3f8514bCopy full SHA for 3f8514b
.github/workflows/workflow-run-docker-rust-build.yaml
@@ -93,7 +93,6 @@ jobs:
93
94
- name: Set output
95
id: set-output
96
- needs: check-images
97
run: |
98
if [ "${{ steps.check-images.outcome }}" = "success" ]; then
99
echo "image-exist=true" >> $GITHUB_OUTPUT
0 commit comments