We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46ddb88 commit 281a187Copy full SHA for 281a187
.github/workflows/updateCmakeVersion.yml
@@ -16,7 +16,7 @@ jobs:
16
uses: actions/checkout@v4
17
with:
18
path: master
19
- ref: 'master'
+ ref: ${{ github.base_ref }}
20
21
- name: Check out current
22
0 commit comments