Skip to content

Commit 24b9b40

Browse files
committed
github sha less obvious in PR github event
1 parent bb178df commit 24b9b40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/roam-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
env-id: ${{ secrets.POSTHOG_CLI_ENV_ID }}
5050
cli-token: ${{ secrets.POSTHOG_CLI_TOKEN }}
5151
project: Roam
52-
version: ${{ github.sha }} # Optional; falls back to current commit SHA
52+
version: ${{ github.event.pull_request.head.sha }} # Optional; falls back to current commit SHA
5353

5454
- name: Deploy
5555
run: npx turbo run deploy --filter=roam --ui stream -- --no-compile

0 commit comments

Comments
 (0)