Skip to content

Commit d22bb4e

Browse files
Fix the Bad substitution error
1 parent 2bd2844 commit d22bb4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/playground.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818
username: ${{ secrets.USERNAME }}
1919
key: ${{ secrets.KEY_ED25519 }}
2020
port: ${{ secrets.PORT }}
21-
script: sh ~/fastapi-oauth2/examples/demonstration/deploy.sh
21+
script: bash ~/fastapi-oauth2/examples/demonstration/deploy.sh

0 commit comments

Comments
 (0)