From 7c791d4f018769c207f4ba7ce2aeae20fe2351c8 Mon Sep 17 00:00:00 2001 From: tooomm Date: Fri, 4 Dec 2020 17:48:59 +0100 Subject: [PATCH] step names --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a5e49649..2cc9edf5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -47,12 +47,12 @@ jobs: python3 -m pip install --upgrade pip setuptools python3 -m pip install --requirement requirements.txt - - name: Run + - name: Run script id: run shell: bash run: python3 -m magic_spoiler - - name: Deploy + - name: Deploy changes if: env.DEPLOY && steps.run.outputs.deploy != null shell: bash working-directory: ${{env.OUTPUT_PATH}}