Skip to content

Commit

Permalink
fix(IDX): change input var (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgundy authored Dec 5, 2024
1 parent 5c3d397 commit c29cca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/repo_policies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_ORG: ${{ github.repository_owner }}
USER: ${{ github.event.pull_request.user.login }}
REPO: ${{ github.repository }}
REPO: ${{ github.event.repository.name }}
MERGE_BASE_SHA: ${{ github.event.pull_request.base.sha }}
BRANCH_HEAD_SHA: ${{ github.event.pull_request.head.sha }}

0 comments on commit c29cca6

Please sign in to comment.