We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb178df commit 24b9b40Copy full SHA for 24b9b40
.github/workflows/roam-pr.yaml
@@ -49,7 +49,7 @@ jobs:
49
env-id: ${{ secrets.POSTHOG_CLI_ENV_ID }}
50
cli-token: ${{ secrets.POSTHOG_CLI_TOKEN }}
51
project: Roam
52
- version: ${{ github.sha }} # Optional; falls back to current commit SHA
+ version: ${{ github.event.pull_request.head.sha }} # Optional; falls back to current commit SHA
53
54
- name: Deploy
55
run: npx turbo run deploy --filter=roam --ui stream -- --no-compile
0 commit comments