Update test.yaml

This commit is contained in:
nιcнolaѕ wιlde 2024-08-31 09:09:10 -07:00 committed by GitHub
parent 61bbe28c49
commit 1f72c5e3b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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