Update test.yaml

This commit is contained in:
nιcнolaѕ wιlde 2024-09-01 00:31:20 -07:00 committed by GitHub
parent a6a638d8de
commit 4075a965ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: