Skip to content

Commit f46c824

Browse files
Try a syntax for the patch of the action
1 parent 1b1d8ac commit f46c824

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/actions.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ jobs:
2727
sudo rm /usr/bin/conda
2828
2929
- name: "Install pyenv"
30-
uses: "mncharlton/pyenv-action@v18"
30+
uses: "mncharlton/pyenv-action@patch-1"
3131
with:
32-
command: 'echo "Installed pyenv'
32+
command: "echo 'Installed pyenv'"
3333

3434
- name: "Configure pyenv-virtualenv"
3535
run: |
@@ -68,7 +68,7 @@ jobs:
6868
- name: "Install pyenv"
6969
uses: "gabrielfalcao/pyenv-action@v18"
7070
with:
71-
command: 'echo "Installed pyenv'
71+
command: "echo 'Installed pyenv'"
7272

7373
- name: "Configure pyenv-virtualenv"
7474
run: |

0 commit comments

Comments
 (0)