We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c713fc0 commit 3963f76Copy full SHA for 3963f76
action.yaml
@@ -23,7 +23,7 @@ runs:
23
using: "composite"
24
steps:
25
- name: Install python pip
26
- run: python -m pip install --upgrade pip
+ run: python3 -m pip install --upgrade pip
27
shell: bash
28
- name: Erase MySQL package
29
run: sudo apt-get purge mysql-* || true
0 commit comments