Update buildAndDeploy.yml

This commit is contained in:
Yair Morgenstern 2021-01-22 13:25:57 +02:00 committed by GitHub
parent 7800316ff0
commit 630efc8811
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@ jobs:
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |
console.log(github.event)
console.log(github)
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2