mirror of
https://github.com/nicholaswilde/recipes.git
synced 2025-10-29 19:55:48 +00:00
Update test.yaml
This commit is contained in:
parent
a6a638d8de
commit
4075a965ea
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
@ -20,7 +20,7 @@ jobs:
|
||||
- id: step1
|
||||
run: echo "test=hello" >> "$GITHUB_OUTPUT"
|
||||
- id: step2
|
||||
run: echo "test=world" >> "$GITHUB_OUTPUT"
|
||||
run: echo "test=${{ github.event_name }}" >> "$GITHUB_OUTPUT"
|
||||
- id: step3
|
||||
run: echo "${{ github.event_name }}"
|
||||
job2:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user