How to use gitbash.exe
in Windows?
#10138
-
https://github.com/actions/runner-images/blob/main/images/windows/Windows2022-Readme.md#shells name: "Windows"
jobs:
windows:
runs-on: "windows-latest"
defaults:
run:
shell: "gitbash"
steps:
- uses: actions/checkout@v4
- run:
echo "Hello, Windows!" |
Beta Was this translation helpful? Give feedback.
Answered by
bukowa
Jun 28, 2024
Replies: 1 comment
-
use |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
bukowa
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
use
bash
- README is confusing as there are 3 shells with name 'bash' and looks like order of PATH resolution is important wow