We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf845ae commit c9c3010Copy full SHA for c9c3010
1 file changed
.github/workflows/ci.yml
@@ -53,9 +53,8 @@ jobs:
53
run: pnpm build
54
env:
55
OG_IMAGE_SECRET:
56
- ${{ case( github.event_name == 'push' ||
57
- github.event.pull_request.head.repo.fork, 'fork-og-image-secret',
58
- secrets.OG_IMAGE_SECRET) }}
+ ${{ case(github.event.pull_request.head.repo.fork,
+ 'fork-og-image-secret', secrets.OG_IMAGE_SECRET) }}
59
60
- name: Install Playwright browsers
61
run: pnpm exec playwright install --with-deps chromium
0 commit comments