mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
ci: fix versionsapi workflow remove cmd
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
parent
8643c791f0
commit
00ca87a7ec
2
.github/workflows/purge-branch.yml
vendored
2
.github/workflows/purge-branch.yml
vendored
@ -9,7 +9,7 @@ jobs:
|
||||
uses: ./.github/workflows/versionsapi.yml
|
||||
secrets: inherit
|
||||
with:
|
||||
command: rm
|
||||
command: remove
|
||||
rm_all: true
|
||||
dryrun: true
|
||||
ref: ${{ github.event.ref }}
|
||||
|
4
.github/workflows/versionsapi.yml
vendored
4
.github/workflows/versionsapi.yml
vendored
@ -11,7 +11,7 @@ on:
|
||||
- add
|
||||
- latest
|
||||
- list
|
||||
- rm
|
||||
- remove
|
||||
ref:
|
||||
description: --ref flag
|
||||
required: false
|
||||
@ -113,7 +113,7 @@ jobs:
|
||||
echo "No authentication at cloud provider required."
|
||||
echo "auth=false" >> "$GITHUB_OUTPUT"
|
||||
;;
|
||||
rm)
|
||||
remove)
|
||||
echo "Write access to S3 bucket required."
|
||||
echo "write=true" >> "$GITHUB_OUTPUT"
|
||||
echo "Authentication at cloud provider required."
|
||||
|
Loading…
Reference in New Issue
Block a user