Skip to content

Commit 648ab56

Browse files
committed
Added shell in composite action
1 parent 1ca939d commit 648ab56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/test-wmectrl/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ runs:
55
using: "composite"
66
steps:
77
- name: Test
8+
shell: bash
89
run: |
910
source venv/bin/activate
1011
python3 -m wmectrl.main --help

0 commit comments

Comments
 (0)