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.
push
1 parent e695b38 commit 95946c7Copy full SHA for 95946c7
.github/workflows/test-msys2-runtime.yml
@@ -8,10 +8,11 @@ on:
8
# e.g. https://github.com/msys2/msys2-runtime/actions/runs/7865269712/artifacts/1236989688
9
description: The URL to the artifacts of an msys2-runtime build
10
type: string
11
+ push:
12
13
env:
14
LC_CTYPE: C.UTF-8
- MSYS2_RUNTIME_ARTIFACT_URL: ${{ inputs.msys2-runtime-artifacts-url }}
15
+ MSYS2_RUNTIME_ARTIFACT_URL: ${{ inputs.msys2-runtime-artifacts-url || 'https://github.com/git-for-windows/msys2-runtime/actions/runs/12502589490/artifacts/2363069011' }}
16
G4W_SDK_REPO: git-for-windows/git-sdk-64
17
18
jobs:
0 commit comments