diff options
author | Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> | 2024-09-28 15:30:45 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-28 15:30:45 +0530 |
commit | 81c16c2dd6c4fab99dc6ee78e5e989a2a83e1a1c (patch) | |
tree | b18b6037f22a991914d4f4c2ccd21eb16e47f2c1 | |
parent | d3403fe2b14acef3b09f599e5ba3fa3e6174f742 (diff) | |
download | vyos-workflow-test-temp-81c16c2dd6c4fab99dc6ee78e5e989a2a83e1a1c.tar.gz vyos-workflow-test-temp-81c16c2dd6c4fab99dc6ee78e5e989a2a83e1a1c.zip |
T6732: updated branch setup for build image workflow
-rw-r--r-- | .github/workflows/build-image.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index bfb6bef..ba35a20 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -34,10 +34,6 @@ on: required: false
type: string
default: 'generic'
- upload_bucket_url:
- required: false
- type: string
- default: ''
permissions:
actions: read
|