We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1b7fc5 commit 42d08baCopy full SHA for 42d08ba
.github/workflows/pr-preview.yml
@@ -28,7 +28,7 @@ concurrency:
28
29
jobs:
30
deploy-preview:
31
- if: ${{ github.event.action != "closed" }}
+ if: ${{ github.event.action != 'closed' }}
32
permissions:
33
contents: read
34
pull-requests: write
0 commit comments