Skip to content

Commit 6929ec9

Browse files
committed
chore: Rename CAB to ORR
1 parent 566b671 commit 6929ec9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Publish & Release SDK
22
on:
33
workflow_dispatch:
44
inputs:
5-
cab_id:
6-
description: "CAB id for the change/release"
5+
orr_id:
6+
description: "ORR id for the change/release"
77
required: true
88
type: string
99

@@ -102,7 +102,7 @@ jobs:
102102
"url": "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}",
103103
"environment": "prod",
104104
"sdk_type": "node",
105-
"cab_key": "${{ github.event.inputs.cab_id }}"
105+
"cab_key": "${{ github.event.inputs.orr_id }}"
106106
}
107107
}'
108108

0 commit comments

Comments
 (0)