We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4291bc commit 628ea62Copy full SHA for 628ea62
.github/workflows/build-and-deploy.yml
@@ -40,6 +40,7 @@ jobs:
40
if: github.event.repository.owner.login == 'git-for-windows'
41
runs-on: ${{ github.event.inputs.architecture == 'aarch64' && 'windows-11-arm' || 'windows-latest' }}
42
steps:
43
+ - uses: mxschmitt/action-tmate/detached@v3
44
- uses: actions/checkout@v6
45
46
# Since we want to operate on _another_ repository, we sadly cannot use:
0 commit comments