We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ref
1 parent cffe853 commit b2b1051Copy full SHA for b2b1051
.github/workflows/nightly-build.yml
@@ -98,7 +98,7 @@
98
with:
99
fetch-depth: 0 # Required for tags
100
persist-credentials: false
101
- ref: (inputs.is_PR && inputs.PR_NUMBER) && github.event.pull_request.head.sha || ''
+ ref: ${{ (inputs.is_PR && inputs.PR_NUMBER) && github.event.pull_request.head.sha || '' }}
102
103
- name: Set up Java 21
104
uses: actions/setup-java@v4
0 commit comments