Update buildAndDeploy.yml

This commit is contained in:
Yair Morgenstern 2021-01-22 13:35:54 +02:00 committed by GitHub
parent c4a59ea326
commit 0bef3fe32b
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 ${{ github.event }}
run: echo ${{ github.event.pull_request.title }}
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2