We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31252a3 commit ac4599cCopy full SHA for ac4599c
1 file changed
.github/workflows/orchestrator.yml
@@ -28,6 +28,8 @@ jobs:
28
steps:
29
- name: Checkout repository
30
uses: actions/checkout@v6
31
+ with:
32
+ ref: ${{ github.event.repository.default_branch }}
33
- name: Process Orchestration
34
uses: actions/github-script@v7
35
with:
0 commit comments