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 8c47d8a commit f0186d3Copy full SHA for f0186d3
.github/workflows/deploy.yml
@@ -35,7 +35,7 @@ jobs:
35
cloudflare-account-id: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
36
cloudflare-project-name: rescript-lang-org
37
github-token: ${{ secrets.GITHUB_TOKEN }}
38
- github-environment: ${{ vars.CLOUDFLARE_PROJECT_NAME }} ${{ (github.ref == 'refs/heads/master' && '(Production)') || '(Preview)' }}
+ github-environment: ${{ vars.CLOUDFLARE_PROJECT_NAME }} ${{ (github.ref == 'refs/heads/master' && '(production)') || '(preview)' }}
39
directory: ./out
40
41
0 commit comments