Skip to content

Commit

Permalink
default branch info to github ref (#31)
Browse files Browse the repository at this point in the history
default branch info to github ref
  • Loading branch information
SOOS-GSteen committed Aug 9, 2024
1 parent 98fe271 commit 65d9878
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@ inputs:
branch_uri:
description: 'URI to branch from SCM system.'
required: false
default: ''
default: '${{ github.server_url }}/${{ github.repository }}/tree/${{ github.ref_name }}'
branch_name:
description: 'Branch Name to create scan under'
required: false
default: ''
default: '${{ github.ref_name }}'
build_version:
description: 'Version of application build artifacts.'
required: false
Expand Down

0 comments on commit 65d9878

Please sign in to comment.