step names

This commit is contained in:
tooomm
2020-12-04 17:48:59 +01:00
committed by GitHub
parent 9e73420094
commit 7c791d4f01

View File

@@ -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}}