mirror of
https://github.com/nicholaswilde/recipes.git
synced 2025-10-30 04:08:45 +00:00
Update test.yaml
This commit is contained in:
parent
61bbe28c49
commit
1f72c5e3b4
4
.github/workflows/test.yaml
vendored
4
.github/workflows/test.yaml
vendored
@ -28,11 +28,11 @@ jobs:
|
||||
use-variable:
|
||||
runs-on: ubuntu-latest
|
||||
needs: set-variable
|
||||
env:
|
||||
EVENT_TYPE: ${{ steps.set-variable.outputs.EVENT_TYPE }}
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Print event type
|
||||
env:
|
||||
EVENT_TYPE: ${{ steps.set-variable.outputs.EVENT_TYPE }}
|
||||
run: echo "The event type is $EVENT_TYPE"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user