Update buildAndDeploy.yml

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

View File

@ -25,12 +25,8 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- uses: actions/github-script@v3
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |
console.log(github)
- name: check
run: echo ${{ JSON.stringify(github.event.inputs.name) }}
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2