From 6416c2c32ac7aa89d1e663c0e0b9e8b0f6ab9d7b Mon Sep 17 00:00:00 2001 From: Danil Titarenko <77471369+danilapog@users.noreply.github.com> Date: Thu, 21 Dec 2023 13:22:02 +0300 Subject: [PATCH] Action small fixes (#697) --- .github/workflows/zap-ds.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/zap-ds.yaml b/.github/workflows/zap-ds.yaml index 68f57d1..022ca1c 100644 --- a/.github/workflows/zap-ds.yaml +++ b/.github/workflows/zap-ds.yaml @@ -1,5 +1,5 @@ --- -name: Scanning DocSpace with ZAP +name: Scanning DocumentServer with ZAP run-name: > ZAP DocumentServer ver: ${{ github.event.inputs.version }} from branch: ${{ github.event.inputs.branch }} @@ -8,7 +8,7 @@ on: workflow_dispatch: inputs: version: - description: 'Set DocSpace version that will be deployed' + description: 'Set DocumentServer version that will be deployed' type: string required: true branch: @@ -21,7 +21,6 @@ jobs: runs-on: ubuntu-latest permissions: issues: write - needs: build steps: - name: Checkout code uses: actions/checkout@v3