Skip to content
This repository was archived by the owner on Jul 1, 2024. It is now read-only.

Commit 4764640

Browse files
authored
Ensure to run deploy in bash (#500)
1 parent cf12ba6 commit 4764640

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ env:
1414
STORAGE_CONTAINER_NAME: deployment
1515
FUNCTION_ZIP_NAME: function.zip
1616

17+
defaults:
18+
run:
19+
shell: bash
20+
1721
jobs:
1822
build:
1923
runs-on: windows-latest

0 commit comments

Comments
 (0)