We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19478b2 commit f41e956Copy full SHA for f41e956
1 file changed
.github/workflows/deploy.yml
@@ -177,8 +177,8 @@ jobs:
177
name: 🚁 Deploy staging app for PR
178
runs-on: ubuntu-24.04
179
env:
180
- SENTRY_AUTH_TOKEN: "bla"
181
- if: ${{ github.event.action != 'closed' && env.SENTRY_AUTH_TOKEN }}
+ SENTRY_AUTH_TOKEN: 'bla'
+ if: ${{ github.event.action != 'closed' && 'bla' }}
182
outputs:
183
url: ${{ steps.deploy.outputs.url }}
184
environment:
0 commit comments