Skip to content

Commit a897d97

Browse files
committed
Fix git fetch syntax
1 parent 20e97c3 commit a897d97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- run: |
2323
cd _submodules/TypeScript
2424
git config remote.origin.fetch "+refs/heads/*:refs/remotes/origin/*"
25-
git fetch --depth 170 HEAD # git rev-list --count 0693cc7...746c232
25+
git fetch origin --depth 170 HEAD # git rev-list --count 0693cc7...746c232
2626
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
2727
- uses: dtolnay/rust-toolchain@fcf085fcb4b4b8f63f96906cd713eb52181b5ea4 # stable
2828
- uses: ./.github/actions/setup-go

0 commit comments

Comments
 (0)