fix(edgeconnect-delete-action): fix passing of env vars to the delete action
All checks were successful
build / build (push) Successful in 15s
All checks were successful
build / build (push) Successful in 15s
This commit is contained in:
parent
ace8efa150
commit
e9d4a8acef
1 changed files with 6 additions and 8 deletions
|
|
@ -34,14 +34,6 @@ on:
|
||||||
required: true
|
required: true
|
||||||
default: ""
|
default: ""
|
||||||
|
|
||||||
env:
|
|
||||||
INPUT_NAME: ${{ inputs.a_name }}
|
|
||||||
INPUT_APPVERSION: ${{ inputs.b_appVersion }}
|
|
||||||
INPUT_ORG: ${{ inputs.c_org }}
|
|
||||||
INPUT_REGION: ${{ inputs.d_region }}
|
|
||||||
INPUT_CLOUDLET_ORG: ${{ inputs.e_cloudletOrg }}
|
|
||||||
INPUT_CLOUDLET: ${{ inputs.f_cloudlet }}
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
|
|
@ -54,6 +46,12 @@ jobs:
|
||||||
uses: https://edp.buildth.ing/DevFW-CICD/edge-connect-delete-action@main
|
uses: https://edp.buildth.ing/DevFW-CICD/edge-connect-delete-action@main
|
||||||
id: delete
|
id: delete
|
||||||
with:
|
with:
|
||||||
|
name: ${{ inputs.a_name }}
|
||||||
|
appVersion: ${{ inputs.b_appVersion }}
|
||||||
|
org: ${{ inputs.c_org }}
|
||||||
|
region: ${{ inputs.d_region }}
|
||||||
|
cloudletOrg: ${{ inputs.e_cloudletOrg }}
|
||||||
|
cloudlet: ${{ inputs.f_cloudlet }}
|
||||||
baseUrl: https://hub.apps.edge.platform.mg3.mdb.osc.live
|
baseUrl: https://hub.apps.edge.platform.mg3.mdb.osc.live
|
||||||
username: ${{ secrets.EDGEXR_PLATFORM_USERNAME }}
|
username: ${{ secrets.EDGEXR_PLATFORM_USERNAME }}
|
||||||
password: ${{ secrets.EDGEXR_PLATFORM_PASSWORD }}
|
password: ${{ secrets.EDGEXR_PLATFORM_PASSWORD }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue