From c2b87cfa483e438a092c2f21240aafce2fe6ddae Mon Sep 17 00:00:00 2001 From: marshacb Date: Mon, 4 Sep 2023 17:02:38 -0400 Subject: [PATCH] file path change --- .github/workflows/pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 42895b3..da5547d 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -33,7 +33,7 @@ jobs: - name: Update resources uses: test-room-7/action-update-file@v1 with: - file-path: ${{github.workspace}}/registry.json + file-path: $GITHUB_WORKSPACE/registry.json allow-removing: true commit-msg: Update registry github-token: ${{ secrets.GITHUB_TOKEN }}