1
0
mirror of synced 2026-01-05 21:04:17 -05:00

Checkout before using the script (#25169)

This commit is contained in:
Robert Sese
2022-02-09 06:27:24 -06:00
committed by GitHub
parent 07a547af8c
commit 99d379385a

View File

@@ -48,14 +48,14 @@ jobs:
env:
PR_NUMBER: ${{ github.event.pull_request.number }}
steps:
- name: check out repo content
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
- name: Get preview app info
env:
APP_NAME_SEED: ${{ secrets.APP_NAME_SEED }}
run: .github/actions-scripts/get-preview-app-info.sh
- name: check out repo content
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
- name: Setup Node
uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561
with: