Update buildAndDeploy.yml

This commit is contained in:
Yair Morgenstern 2021-01-22 13:30:34 +02:00 committed by GitHub
parent 8cb707250c
commit c4a59ea326
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: check
run: echo ${{ JSON.stringify(github.event.inputs.name) }}
run: echo ${{ github.event }}
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2