mirror of
https://github.com/Noratrieb/actions-playground.git
synced 2026-01-14 09:05:00 +01:00
Update test.yml
This commit is contained in:
parent
aa41fa4535
commit
76dd24263c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue