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