We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6855ac commit bea7a8bCopy full SHA for bea7a8b
.github/workflows/node.js.yml
@@ -34,5 +34,5 @@ jobs:
34
with:
35
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
36
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
37
- command: pages deploy dist/ --project-name "slimevr-main-website" --branch '${{ github.ref == 'refs/heads/main' && 'main' || github.event.pull_request.number }}'
+ command: pages deploy dist/ --project-name "slimevr-main-website" --branch "${{ github.ref == 'refs/heads/main' && 'main' || github.event.pull_request.number }}"
38
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
0 commit comments