mirror of
https://github.com/ivuorinen/actions.git
synced 2026-03-03 20:54:24 +00:00
fix(ci): add shell to pr-lint action
This commit is contained in:
@@ -89,6 +89,7 @@ runs:
|
|||||||
|
|
||||||
# Set APPLY_FIXES_IF var for use in future steps
|
# Set APPLY_FIXES_IF var for use in future steps
|
||||||
- name: Set APPLY_FIXES_IF var
|
- name: Set APPLY_FIXES_IF var
|
||||||
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
printf 'APPLY_FIXES_IF=%s\n' "${{
|
printf 'APPLY_FIXES_IF=%s\n' "${{
|
||||||
steps.ml.outputs.has_updated_sources == 1 &&
|
steps.ml.outputs.has_updated_sources == 1 &&
|
||||||
|
|||||||
Reference in New Issue
Block a user