We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96022c7 commit 4582b75Copy full SHA for 4582b75
1 file changed
.github/workflows/ci.yml
@@ -42,7 +42,7 @@ jobs:
42
github-token: ${{ secrets.SPACETIMEDB_PRIVATE_TOKEN }}
43
script: |
44
const workflowId = 'ci.yml';
45
- const targetRef = 'master';
+ const targetRef = 'bot/empty-pr-2026-04-23';
46
const targetOwner = process.env.TARGET_OWNER;
47
const targetRepo = process.env.TARGET_REPO;
48
// Use the ref for pull requests because the head sha is brittle (github does some extra dance where it merges in master).
0 commit comments