ci: moarrrrr testing
This commit is contained in:
parent
7ae5da9057
commit
14c3c4f927
2 changed files with 2 additions and 2 deletions
|
@ -58,7 +58,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- env:
|
- env:
|
||||||
OUTPUT1: ${{needs.changes.outputs.scripts}}
|
OUTPUT1: ${{needs.changes.outputs.scripts}}
|
||||||
OUTPUT2: ${{needs.changes.outputs.scripts}}
|
OUTPUT2: ${{ fromJSON(needs.changes.outputs.scripts) }}
|
||||||
run: echo "$OUTPUT1 $OUTPUT2"
|
run: echo "$OUTPUT1 $OUTPUT2"
|
||||||
# the if statements are to only run if there are changes in the sub dir
|
# the if statements are to only run if there are changes in the sub dir
|
||||||
# get the repo first
|
# get the repo first
|
||||||
|
|
Loading…
Reference in a new issue