mirror of
https://github.com/ivuorinen/actions.git
synced 2026-01-26 03:23:59 +00:00
fix: validate-inputs actions pip installation step (#413)
This commit is contained in:
@@ -213,6 +213,10 @@ outputs:
|
|||||||
runs:
|
runs:
|
||||||
using: composite
|
using: composite
|
||||||
steps:
|
steps:
|
||||||
|
- name: Install Python dependencies
|
||||||
|
shell: bash
|
||||||
|
run: pip install pyyaml==6.0.3
|
||||||
|
|
||||||
- name: Validate Action Inputs with Python
|
- name: Validate Action Inputs with Python
|
||||||
id: validate
|
id: validate
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
Reference in New Issue
Block a user