We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9063a3d commit eea8223Copy full SHA for eea8223
.github/workflows/download.yaml
@@ -74,8 +74,7 @@ jobs:
74
path: ./index.html
75
retention-days: 9
76
overwrite: true
77
- if: ${{ steps.verification.outputs.file.nonEmpty }} && true
78
-
+ if: ${{ steps.verification.outputs.nonEmpty }}
79
- name: cleanup - ensure credentials and temporary files removed from runner
80
run: |
81
rm -f services.json
@@ -91,5 +90,5 @@ jobs:
91
90
permissions:
92
id-token: write
93
contents: read
94
- if: ${{ needs.download.outputs.file.nonEmpty }} && true
+ if: ${{ needs.download.outputs.file }}
95
0 commit comments