Skip to content

Commit b2b1051

Browse files
fix(Nightly-build): checkout ref expression (#1629)
* fix(nightly-build.yml): checkout ref expression
1 parent cffe853 commit b2b1051

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
with:
9999
fetch-depth: 0 # Required for tags
100100
persist-credentials: false
101-
ref: (inputs.is_PR && inputs.PR_NUMBER) && github.event.pull_request.head.sha || ''
101+
ref: ${{ (inputs.is_PR && inputs.PR_NUMBER) && github.event.pull_request.head.sha || '' }}
102102

103103
- name: Set up Java 21
104104
uses: actions/setup-java@v4

0 commit comments

Comments
 (0)