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
30b306fc4f
commit
c6f3c4ff36
1 changed files with 3 additions and 1 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -15,7 +15,9 @@ jobs:
|
|||
steps:
|
||||
- name: echo owo
|
||||
id: fun
|
||||
run: echo owo
|
||||
run: |
|
||||
echo owo
|
||||
$output=owo
|
||||
job2:
|
||||
needs: [job1]
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue