From cd181f2a3d664f72ca507b9352b273edd2e5a0c4 Mon Sep 17 00:00:00 2001 From: Andrei Radulescu Date: Tue, 13 Aug 2024 01:26:53 +0300 Subject: [PATCH] fixed gitlab ci-artifacts branch (#307) --- .github/workflows/push-and-comment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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