We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94731ef commit 505b8f5Copy full SHA for 505b8f5
1 file changed
.github/actions/install-vault/action.yml
@@ -19,6 +19,7 @@ runs:
19
linux*) os="linux" ;;
20
darwin*) os="darwin" ;;
21
msys*) os="windows" ;;
22
+ cygwin*) os="windows" ;;
23
*) echo "unknown os: ${OSTYPE}"; exit 1 ;;
24
esac
25
0 commit comments