From fb9382d913717ee1fd6ede6ca56686c373082b36 Mon Sep 17 00:00:00 2001 From: Arjun Suresh Date: Sat, 8 Jun 2024 20:22:05 +0100 Subject: [PATCH] Fix CM github action --- .github/workflows/test-cm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-cm.yml b/.github/workflows/test-cm.yml index e78c9e663..68370e1ea 100644 --- a/.github/workflows/test-cm.yml +++ b/.github/workflows/test-cm.yml @@ -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: