Update test.yml

This commit is contained in:
nora 2021-12-07 20:42:37 +01:00 committed by GitHub
parent 76dd24263c
commit 30b306fc4f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,12 +9,13 @@ on:
jobs:
job1:
outputs:
uwu: owo
uwu: ${{ steps.fun.outputs.uwu }}
runs-on: ubuntu-latest
steps:
- name: Run a one-line script
run: echo Ran job1
- name: echo owo
id: fun
run: echo owo
job2:
needs: [job1]
runs-on: ubuntu-latest