We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 566b671 commit 6929ec9Copy full SHA for 6929ec9
1 file changed
.github/workflows/publish.yml
@@ -2,8 +2,8 @@ name: Publish & Release SDK
2
on:
3
workflow_dispatch:
4
inputs:
5
- cab_id:
6
- description: "CAB id for the change/release"
+ orr_id:
+ description: "ORR id for the change/release"
7
required: true
8
type: string
9
@@ -102,7 +102,7 @@ jobs:
102
"url": "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}",
103
"environment": "prod",
104
"sdk_type": "node",
105
- "cab_key": "${{ github.event.inputs.cab_id }}"
+ "cab_key": "${{ github.event.inputs.orr_id }}"
106
}
107
}'
108
0 commit comments