mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-28 01:35:18 -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
1 changed files with 2 additions and 1 deletions
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. 🤦
|
||||
# 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
|
||||
exit 0
|
||||
fi
|
||||
|
||||
echo "output=${out}" >> "$GITHUB_OUTPUT"
|
||||
echo "${out}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue