We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ca939d commit 648ab56Copy full SHA for 648ab56
.github/actions/test-wmectrl/action.yml
@@ -5,6 +5,7 @@ runs:
5
using: "composite"
6
steps:
7
- name: Test
8
+ shell: bash
9
run: |
10
source venv/bin/activate
11
python3 -m wmectrl.main --help
0 commit comments