Skip to content

Commit

Permalink
ci: fix var ref
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-steinfeld committed Sep 18, 2023
1 parent a451823 commit 0514577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-locks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0514577

Please sign in to comment.