Skip to content

Commit

Permalink
Action small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
danilapog authored Dec 21, 2023
1 parent 016440f commit 7463890
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/zap-ds.yaml
Original file line number Diff line number Diff line change
@@ -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 }}
Expand All @@ -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:
Expand All @@ -21,7 +21,6 @@ jobs:
runs-on: ubuntu-latest
permissions:
issues: write
needs: build
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down

0 comments on commit 7463890

Please sign in to comment.