ci(docker): provide better descriptions

Refs #8873
This commit is contained in:
Vladimír Gorej
2023-06-02 12:51:12 +02:00
committed by GitHub
parent ad405d0cd1
commit 49da686946

View File

@@ -25,7 +25,7 @@ jobs:
docker_tag: ${{ steps.workflow_dispatch.outputs.git_ref }} docker_tag: ${{ steps.workflow_dispatch.outputs.git_ref }}
steps: steps:
- name: Set up environment variables for `workflow_dispatch` event - name: Normalize inputs of `workflow_dispatch` event
id: workflow_dispatch id: workflow_dispatch
if: ${{ github.event_name == 'workflow_dispatch' }} if: ${{ github.event_name == 'workflow_dispatch' }}
run: | run: |