ci: moarrrrr testing

This commit is contained in:
silver 2024-09-14 19:25:45 +01:00
parent 7ae5da9057
commit 14c3c4f927
Signed by untrusted user: silver
GPG key ID: 36F93D61BAD3FD7D
2 changed files with 2 additions and 2 deletions

View file

@ -58,7 +58,7 @@ jobs:
steps:
- env:
OUTPUT1: ${{needs.changes.outputs.scripts}}
OUTPUT2: ${{needs.changes.outputs.scripts}}
OUTPUT2: ${{ fromJSON(needs.changes.outputs.scripts) }}
run: echo "$OUTPUT1 $OUTPUT2"
# the if statements are to only run if there are changes in the sub dir
# get the repo first