Skip to content

Commit

Permalink
Merge pull request #27 from sinat101/patch-1
Browse files Browse the repository at this point in the history
Updated default value for 'version' parameter.
  • Loading branch information
tjarrettveracode authored Jun 22, 2022
2 parents 65e9ce7 + 87e8745 commit 4cd3f8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ inputs:
version: # id of input
description: 'version'
required: true
default: 'Scan from Github job: ${{ github.run_id }}-${{ github.run_number }}'
default: 'Scan from Github job: ${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}'
vid: # id of input
description: 'vid'
required: true
Expand Down

0 comments on commit 4cd3f8b

Please sign in to comment.