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
|
uses: ./.github/workflows/versionsapi.yml
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
with:
|
with:
|
||||||
command: rm
|
command: remove
|
||||||
rm_all: true
|
rm_all: true
|
||||||
dryrun: true
|
dryrun: true
|
||||||
ref: ${{ github.event.ref }}
|
ref: ${{ github.event.ref }}
|
||||||
|
4
.github/workflows/versionsapi.yml
vendored
4
.github/workflows/versionsapi.yml
vendored
@ -11,7 +11,7 @@ on:
|
|||||||
- add
|
- add
|
||||||
- latest
|
- latest
|
||||||
- list
|
- list
|
||||||
- rm
|
- remove
|
||||||
ref:
|
ref:
|
||||||
description: --ref flag
|
description: --ref flag
|
||||||
required: false
|
required: false
|
||||||
@ -113,7 +113,7 @@ jobs:
|
|||||||
echo "No authentication at cloud provider required."
|
echo "No authentication at cloud provider required."
|
||||||
echo "auth=false" >> "$GITHUB_OUTPUT"
|
echo "auth=false" >> "$GITHUB_OUTPUT"
|
||||||
;;
|
;;
|
||||||
rm)
|
remove)
|
||||||
echo "Write access to S3 bucket required."
|
echo "Write access to S3 bucket required."
|
||||||
echo "write=true" >> "$GITHUB_OUTPUT"
|
echo "write=true" >> "$GITHUB_OUTPUT"
|
||||||
echo "Authentication at cloud provider required."
|
echo "Authentication at cloud provider required."
|
||||||
|
Loading…
Reference in New Issue
Block a user