Skip to content

Commit 4601f43

Browse files
committed
remove ()
1 parent 8f9734d commit 4601f43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ jobs:
3030
cloudflare-account-id: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
3131
cloudflare-project-name: rescript-lang-org
3232
github-token: ${{ secrets.GITHUB_TOKEN }}
33-
github-environment: ${{ vars.CLOUDFLARE_PROJECT_NAME }} ${{ (github.ref == 'refs/heads/master' && '(production)') || '(preview)' }}
33+
github-environment: ${{ vars.CLOUDFLARE_PROJECT_NAME }} ${{ (github.ref == 'refs/heads/master' && 'production') || 'preview' }}
3434
directory: ./out

0 commit comments

Comments
 (0)