We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5289182 commit bbbd999Copy full SHA for bbbd999
.github/workflows/build.yaml
@@ -42,12 +42,12 @@ jobs:
42
# needs: [build]
43
outputs:
44
git-artifacts-extract-location: ${{ steps.git-artifacts-extract-location.outputs.result }}
45
+ env:
46
+ G4W_SDK_REPO: git-for-windows/git-sdk-64
47
steps:
48
- name: get latest successful ci-artifacts run
49
id: ci-artifacts-run-id
50
uses: actions/github-script@v7
- env:
- G4W_SDK_REPO: git-for-windows/git-sdk-64
51
with:
52
script: |
53
const [ owner, repo ] = process.env.G4W_SDK_REPO.split('/')
0 commit comments