Skip to content

Commit bbbd999

Browse files
committed
fixup! ci: run Git's entire test suite
1 parent 5289182 commit bbbd999

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ jobs:
4242
# needs: [build]
4343
outputs:
4444
git-artifacts-extract-location: ${{ steps.git-artifacts-extract-location.outputs.result }}
45+
env:
46+
G4W_SDK_REPO: git-for-windows/git-sdk-64
4547
steps:
4648
- name: get latest successful ci-artifacts run
4749
id: ci-artifacts-run-id
4850
uses: actions/github-script@v7
49-
env:
50-
G4W_SDK_REPO: git-for-windows/git-sdk-64
5151
with:
5252
script: |
5353
const [ owner, repo ] = process.env.G4W_SDK_REPO.split('/')

0 commit comments

Comments
 (0)