mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
ci: fix versionsapi action
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
parent
fa7bac3868
commit
ec1df3084b
3
.github/actions/versionsapi/action.yml
vendored
3
.github/actions/versionsapi/action.yml
vendored
@ -76,9 +76,10 @@ runs:
|
|||||||
# and if we encode it, it is redacted as secret. 🤦
|
# and if we encode it, it is redacted as secret. 🤦
|
||||||
# So we have to workaround by writing it to a file.
|
# So we have to workaround by writing it to a file.
|
||||||
|
|
||||||
if [[ ${{ inputs.command == 'list' }} ]]; then
|
if [[ ${{ inputs.command }} == 'list' ]]; then
|
||||||
echo "$out" > versionsapi_output.txt
|
echo "$out" > versionsapi_output.txt
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "output=${out}" >> "$GITHUB_OUTPUT"
|
echo "output=${out}" >> "$GITHUB_OUTPUT"
|
||||||
|
echo "${out}"
|
||||||
|
Loading…
Reference in New Issue
Block a user