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 f4c09ac commit 9ab071dCopy full SHA for 9ab071d
.github/workflows/reproduce-schedule.yml
@@ -33,7 +33,7 @@ jobs:
33
user: ${{ secrets.STATUS_SIMPLEX_WEBHOOK_USER }}
34
pass: ${{ secrets.STATUS_SIMPLEX_WEBHOOK_PASS }}
35
run: |
36
- if [ -f "${GITHUB_WORKSPACE}/$TAG/_sha256sums" ]; then
+ if [ -f "${GITHUB_WORKSPACE}/${TAG}-simplexmq/_sha256sums" ]; then
37
exit 0
38
else
39
curl --proto '=https' --tlsv1.2 -sSf \
0 commit comments