Skip to content

Commit

Permalink
fix: invalid input in action's localpython step (#632)
Browse files Browse the repository at this point in the history
GHA does not error out on invalid input name but instead only shows a warning which is why this did go unnoticed.
  • Loading branch information
mayeut committed Jul 14, 2022
1 parent f630e2d commit b6cfd39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ runs:
id: localpython
with:
python-version: "3.7 - 3.10"
activate-environment: false
update-environment: false

- name: "Validate input"
id: helper
Expand Down

0 comments on commit b6cfd39

Please sign in to comment.