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 ded40b4 commit bd02309Copy full SHA for bd02309
.github/workflows/build-toolchain.yml
@@ -320,11 +320,7 @@ jobs:
320
echo debug_info=false >> ${GITHUB_OUTPUT}
321
fi
322
323
- if [[ "${{ github.event_name }}" == "schedule" || "${{ inputs.signed }}" == "true" ]]; then
324
- echo signed=true >> ${GITHUB_OUTPUT}
325
- else
326
- echo signed=false >> ${GITHUB_OUTPUT}
327
- fi
+ echo signed=${{ inputs.signed }} >> ${GITHUB_OUTPUT}
328
329
echo swift_version=${{ inputs.swift_version || '0.0.0' }} | tee -a ${GITHUB_OUTPUT}
330
if [[ -n "${{ inputs.swift_tag }}" ]] ; then
0 commit comments