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
|
||||||
|
|
|
@ -101,4 +101,4 @@ Milan and co want to give a presentation on Microsoft
|
||||||
|
|
||||||
|
|
||||||
#### 1st year wants to promote a class discord
|
#### 1st year wants to promote a class discord
|
||||||
Approved without any issue.
|
Approved without any issue.
|
Loading…
Reference in a new issue