We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 658451b commit 76decbeCopy full SHA for 76decbe
1 file changed
.github/workflows/server.yml
@@ -129,6 +129,7 @@ jobs:
129
uses: actions/checkout@v4
130
with:
131
fetch-depth: 0
132
+ ref: ${{ github.event.inputs.sha || github.event.pull_request.head.sha || github.sha || github.head_ref || github.ref_name }}
133
134
- name: libCURL
135
id: get_libcurl
0 commit comments