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.
1 parent b2b1051 commit 64b3568Copy full SHA for 64b3568
.github/workflows/nightly-build.yml
@@ -97,7 +97,8 @@
97
uses: actions/checkout@v4
98
with:
99
fetch-depth: 0 # Required for tags
100
- persist-credentials: false
+ # persists credentials locally if tagging and releases are not skipped.
101
+ persist-credentials: ${{ ! inputs.skip_tagging_and_releases }}
102
ref: ${{ (inputs.is_PR && inputs.PR_NUMBER) && github.event.pull_request.head.sha || '' }}
103
104
- name: Set up Java 21
0 commit comments