From ad3588a23c4e412ad97d06043e96d8c3745b6d7a Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Tue, 24 Oct 2023 16:33:07 -0700 Subject: [PATCH] More changed-files troubleshooting --- .github/workflows/javascript-format-build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/javascript-format-build.yml b/.github/workflows/javascript-format-build.yml index 6ab89a601..52b74a0c8 100644 --- a/.github/workflows/javascript-format-build.yml +++ b/.github/workflows/javascript-format-build.yml @@ -35,9 +35,10 @@ jobs: ref: ${{ github.event.pull_request.head.ref }} repository: ${{ github.event.pull_request.head.repo.full_name }} fetch-depth: 0 + persist-credentials: true - name: Get changed files - id: changed-files + id: changed-files-yaml uses: tj-actions/changed-files@v39 with: path: 'web'