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