We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a14c9ca commit 6ac0539Copy full SHA for 6ac0539
.github/workflows/release-IPA-metrics.yml
@@ -9,7 +9,6 @@ permissions:
9
issues: write
10
env:
11
NODE_VERSION: '20.x'
12
- OAS_ENV: 'dev'
13
OAS_BRANCH: 'dev'
14
OAS_FILE: 'openapi/v2.json'
15
IPA_PATH: ${{ github.workspace }}/ipa
@@ -69,7 +68,7 @@ jobs:
69
68
if: ${{ failure() }}
70
uses: ./.github/workflows/failure-handler.yml
71
with:
72
- env: $OAS_ENV
+ env: $OAS_BRANCH
73
release_name: "IPA Metrics"
74
secrets:
75
jira_api_token: ${{ secrets.JIRA_API_TOKEN }}
0 commit comments