ci: more testing
This commit is contained in:
parent
3563db80b8
commit
7ae5da9057
2 changed files with 5 additions and 1 deletions
|
@ -56,6 +56,10 @@ jobs:
|
|||
# needs this to create tags and releases
|
||||
contents: write
|
||||
steps:
|
||||
- env:
|
||||
OUTPUT1: ${{needs.changes.outputs.scripts}}
|
||||
OUTPUT2: ${{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
|
||||
- uses: https://code.forgejo.org/actions/checkout@v4
|
||||
|
|
|
@ -101,4 +101,4 @@ Milan and co want to give a presentation on Microsoft
|
|||
|
||||
|
||||
#### 1st year wants to promote a class discord
|
||||
Approved without any issue.
|
||||
Approved without any issue.
|
||||
|
|
Loading…
Reference in a new issue