mirror of
https://github.com/Noratrieb/actions-playground.git
synced 2026-01-14 17:05:05 +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:
|
||||
job1:
|
||||
outputs:
|
||||
uwu: ${{ steps.fun.outputs.uwu }}
|
||||
uwu: owo
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
|
@ -17,7 +17,6 @@ jobs:
|
|||
id: fun
|
||||
run: |
|
||||
echo owo
|
||||
$output=owo
|
||||
job2:
|
||||
needs: [job1]
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue