From 99d379385a38b134fecc740cb0437d46cd43376b Mon Sep 17 00:00:00 2001 From: Robert Sese Date: Wed, 9 Feb 2022 06:27:24 -0600 Subject: [PATCH] Checkout before using the script (#25169) --- .github/workflows/content-changes-table-comment.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/content-changes-table-comment.yml b/.github/workflows/content-changes-table-comment.yml index 60fa726530..4c4a200548 100644 --- a/.github/workflows/content-changes-table-comment.yml +++ b/.github/workflows/content-changes-table-comment.yml @@ -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: