Skip to content

Commit

Permalink
Fix CM github action
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh committed Jun 8, 2024
1 parent 63992b4 commit fb9382d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-cm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
repo: ${{ github.event.pull_request.head.repo }}
repository: ${{ github.event.pull_request.head.repo }}
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
Expand Down

0 comments on commit fb9382d

Please sign in to comment.