Skip to content

Commit

Permalink
fixed gitlab ci-artifacts branch (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
andiradulescu authored Aug 12, 2024
1 parent 7f7a7a7 commit cd181f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-and-comment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Checkout ci-artifacts
run: |
ssh-keyscan gitlab.com >> ~/.ssh/known_hosts
git clone -b main [email protected]:commaai/ci-artifacts.git ${{ github.workspace }}/ci-artifacts
git clone -b master [email protected]:commaai/ci-artifacts.git ${{ github.workspace }}/ci-artifacts
- name: Download artifact
id: download-artifact
Expand Down

0 comments on commit cd181f2

Please sign in to comment.