Update test.yml

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

View file

@ -9,7 +9,7 @@ on:
jobs:
job1:
outputs:
uwu: uwu
uwu: owo
runs-on: ubuntu-latest
steps:
@ -20,4 +20,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Echo other output
run: echo ${{ needs.job1.outputs.uwuw }}
run: test owo = ${{ needs.job1.outputs.uwu }}