diff --git a/.github/workflows/push-and-comment.yaml b/.github/workflows/push-and-comment.yaml index 0a6f01e5..5c2f19b5 100644 --- a/.github/workflows/push-and-comment.yaml +++ b/.github/workflows/push-and-comment.yaml @@ -26,7 +26,7 @@ jobs: - name: Checkout ci-artifacts run: | ssh-keyscan gitlab.com >> ~/.ssh/known_hosts - git clone -b main git@gitlab.com:commaai/ci-artifacts.git ${{ github.workspace }}/ci-artifacts + git clone -b master git@gitlab.com:commaai/ci-artifacts.git ${{ github.workspace }}/ci-artifacts - name: Download artifact id: download-artifact