mirror of
https://github.com/Noratrieb/actions-playground.git
synced 2026-01-16 18:05:03 +01:00
Update test.yml
This commit is contained in:
parent
c6f3c4ff36
commit
63fa93285e
1 changed files with 1 additions and 2 deletions
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
|
@ -9,7 +9,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
job1:
|
job1:
|
||||||
outputs:
|
outputs:
|
||||||
uwu: ${{ steps.fun.outputs.uwu }}
|
uwu: owo
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
@ -17,7 +17,6 @@ jobs:
|
||||||
id: fun
|
id: fun
|
||||||
run: |
|
run: |
|
||||||
echo owo
|
echo owo
|
||||||
$output=owo
|
|
||||||
job2:
|
job2:
|
||||||
needs: [job1]
|
needs: [job1]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue