We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f41cfeb commit d30f224Copy full SHA for d30f224
1 file changed
action.yml
@@ -9,7 +9,7 @@ runs:
9
using: "composite"
10
steps:
11
- name: "Setup pipx"
12
- if: runner.os == "Linux"
+ if: ${{ runner.os == "Linux" }}
13
run: |
14
apt-get update
15
apt-get install -y pipx
0 commit comments