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 }}