Skip to content

Commit 6ac0539

Browse files
address the comments
1 parent a14c9ca commit 6ac0539

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release-IPA-metrics.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ permissions:
99
issues: write
1010
env:
1111
NODE_VERSION: '20.x'
12-
OAS_ENV: 'dev'
1312
OAS_BRANCH: 'dev'
1413
OAS_FILE: 'openapi/v2.json'
1514
IPA_PATH: ${{ github.workspace }}/ipa
@@ -69,7 +68,7 @@ jobs:
6968
if: ${{ failure() }}
7069
uses: ./.github/workflows/failure-handler.yml
7170
with:
72-
env: $OAS_ENV
71+
env: $OAS_BRANCH
7372
release_name: "IPA Metrics"
7473
secrets:
7574
jira_api_token: ${{ secrets.JIRA_API_TOKEN }}

0 commit comments

Comments
 (0)