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 a72f045 commit 03c10f8Copy full SHA for 03c10f8
.github/workflows/release-IPA-metrics.yml
@@ -37,7 +37,7 @@ jobs:
37
38
- name: Validate OAS file
39
run: |
40
- if [ ! -f "dev-oas/${{ env.OAS_FILE }}" ]; then
+ if [ ! -f "${{ env.DEV_OAS_PATH }}/${{ env.OAS_FILE }}" ]; then
41
echo "::error::OAS file not found in ${{ env.OAS_BRANCH }} branch"
42
exit 1
43
fi
0 commit comments