diff --git a/.github/workflows/update-locks.yml b/.github/workflows/update-locks.yml index 134468bb..51711048 100644 --- a/.github/workflows/update-locks.yml +++ b/.github/workflows/update-locks.yml @@ -18,7 +18,7 @@ jobs: app_id: ${{ secrets.GH_CI_APP_ID }} private_key: ${{ secrets.GH_CI_APP_PRIVATE_KEY }} repositories: >- - ["$GITHUB_REPOSITORY"] + [${{ toJson(github.repository) }}] - name: Update locks if needed uses: hypertrace/github-actions/raise-lock-pr@main with: