Skip to content
This repository was archived by the owner on Jan 28, 2025. It is now read-only.

Commit f04d309

Browse files
committed
chore: fix ref when triggering e2e-tests workflow
1 parent 1a5599b commit f04d309

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ jobs:
5858
with:
5959
workflow: End-to-end Tests
6060
token: ${{ secrets.BOT_GITHUB_TOKEN }}
61-
ref: ${{ github.event.pull_request.head.ref || github.ref }}
61+
ref: ${{ github.event.pull_request.head.sha || github.sha }}

0 commit comments

Comments
 (0)