Skip to content

Commit 6d97058

Browse files
committed
Fix missing shell
1 parent c970ef3 commit 6d97058

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ runs:
1717
echo "::error title=⛔ error hint::Support Linux and macOS Only"
1818
exit 1
1919
- name: Start SSH agent with a key
20+
shell: bash
2021
env:
2122
SSH_AUTH_SOCK: /tmp/ssh_agent.sock
2223
run: |

0 commit comments

Comments
 (0)