ci: more testing

This commit is contained in:
silver 2024-09-14 19:24:26 +01:00
parent 3563db80b8
commit 7ae5da9057
Signed by untrusted user: silver
GPG key ID: 36F93D61BAD3FD7D
2 changed files with 5 additions and 1 deletions

View file

@ -56,6 +56,10 @@ jobs:
# needs this to create tags and releases # needs this to create tags and releases
contents: write contents: write
steps: 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 # the if statements are to only run if there are changes in the sub dir
# get the repo first # get the repo first
- uses: https://code.forgejo.org/actions/checkout@v4 - uses: https://code.forgejo.org/actions/checkout@v4