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:
|
jobs:
|
||||||
job1:
|
job1:
|
||||||
outputs:
|
outputs:
|
||||||
uwu: owo
|
uwu: ${{ steps.fun.outputs.uwu }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Run a one-line script
|
- name: echo owo
|
||||||
run: echo Ran job1
|
id: fun
|
||||||
|
run: echo 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