debugging action
This commit is contained in:
@@ -61,6 +61,10 @@ runs:
|
||||
using: composite
|
||||
|
||||
steps:
|
||||
- name: Debug inputs
|
||||
shell: bash
|
||||
run: |
|
||||
echo "rules=[${{ inputs.rules }}]"
|
||||
- name: Evaluate rules
|
||||
id: evaluate
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user