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 a3e84a7 commit af449cdCopy full SHA for af449cd
.github/workflows/release-IPA-metrics.yml
@@ -19,11 +19,12 @@ jobs:
19
name: Release IPA Validation Metrics
20
runs-on: ubuntu-latest
21
steps:
22
-# - name: Fetch OAS file from Dev Branch
23
-# uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
24
-# with:
25
-# ref: ${{ env.OAS_BRANCH }}
26
-# sparse-checkout: ${{ env.OAS_FILE }}
+ - name: Fetch OAS file from Dev Branch
+ uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
+ with:
+ ref: ${{ env.OAS_BRANCH }}
+ sparse-checkout: ${{ env.OAS_FILE }}
27
+ path: dev-oas
28
#
29
# - name: Upload OAS file
30
# uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
0 commit comments