Skip to content

Commit af449cd

Browse files
Fix
1 parent a3e84a7 commit af449cd

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,12 @@ jobs:
1919
name: Release IPA Validation Metrics
2020
runs-on: ubuntu-latest
2121
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 }}
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 }}
27+
path: dev-oas
2728
#
2829
# - name: Upload OAS file
2930
# uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08

0 commit comments

Comments
 (0)