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
76dd24263c
commit
30b306fc4f
1 changed files with 4 additions and 3 deletions
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
|
|
@ -9,12 +9,13 @@ on:
|
|||
jobs:
|
||||
job1:
|
||||
outputs:
|
||||
uwu: owo
|
||||
uwu: ${{ steps.fun.outputs.uwu }}
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Run a one-line script
|
||||
run: echo Ran job1
|
||||
- name: echo owo
|
||||
id: fun
|
||||
run: echo owo
|
||||
job2:
|
||||
needs: [job1]
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue