We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3afd85 commit 993d065Copy full SHA for 993d065
.github/workflows/ci-artifacts.yml
@@ -43,9 +43,9 @@ jobs:
43
with:
44
name: minimal-sdk
45
path: artifacts/git-sdk-aarch64-minimal.tar.gz
46
- - name: clone git.git's `master`
47
- run: git clone --depth=1 --branch master https://github.com/git/git ..\git
48
- - name: build current `master` of git.git
+ - name: clone git-for-windows/git's `main`
+ run: git clone --depth=1 --branch main https://github.com/git-for-windows/git ..\git
+ - name: build current `main` of git-for-windows/git
49
shell: bash
50
run: |
51
set -x
0 commit comments