diff --git a/.github/workflows/test-python.yaml b/.github/workflows/test-python.yaml index c028a06..3c22d6a 100644 --- a/.github/workflows/test-python.yaml +++ b/.github/workflows/test-python.yaml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v3 with: - path: refs/remotes/pull/${{ github.event.pull_request.number }}/merge + ref: "${{ github.event.pull_request.merge_commit_sha }}" # Openapi Generator Setup - name: Get OpenJDK 11