Skip to content

Commit

Permalink
add missing GH_REPO to add-label step
Browse files Browse the repository at this point in the history
  • Loading branch information
abe-winter committed Apr 17, 2024
1 parent 571e3ea commit 46d1d3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/compile_protos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,5 @@ jobs:
if: ${{ !env.is-auto-commit }}
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_REPO: ${{ github.repository }}
run: gh pr edit ${{ github.event.pull_request.number }} --add-label protos-compiled

0 comments on commit 46d1d3d

Please sign in to comment.