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: jobs:
job1: job1:
outputs: outputs:
uwu: owo uwu: ${{ steps.fun.outputs.uwu }}
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Run a one-line script - name: echo owo
run: echo Ran job1 id: fun
run: echo owo
job2: job2:
needs: [job1] needs: [job1]
runs-on: ubuntu-latest runs-on: ubuntu-latest