From d22ed53544632f705c61246c806068996e4c2638 Mon Sep 17 00:00:00 2001 From: Yair Morgenstern Date: Fri, 22 Jan 2021 13:47:07 +0200 Subject: [PATCH] A different message --- .github/workflows/buildAndDeploy.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/buildAndDeploy.yml b/.github/workflows/buildAndDeploy.yml index ec137830ba..e22724c72a 100644 --- a/.github/workflows/buildAndDeploy.yml +++ b/.github/workflows/buildAndDeploy.yml @@ -25,8 +25,6 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: - - name: check - run: echo ${{ github.event.commits[0] }} # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v2