mirror of
https://github.com/ivuorinen/actions.git
synced 2026-01-26 11:34:00 +00:00
Compare commits
1 Commits
v2025.12.2
...
v2025.12.2
| Author | SHA1 | Date | |
|---|---|---|---|
| 54886c3fd5 |
@@ -213,6 +213,10 @@ outputs:
|
||||
runs:
|
||||
using: composite
|
||||
steps:
|
||||
- name: Install Python dependencies
|
||||
shell: bash
|
||||
run: pip install pyyaml==6.0.3
|
||||
|
||||
- name: Validate Action Inputs with Python
|
||||
id: validate
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user