Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
fix(action definition): add missing target_url to action definition (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Dusty Gutzmann authored Aug 10, 2022
1 parent 9c221ae commit a28e704
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ inputs:
description: Conventional changelog preset to use.
required: true
default: conventional-changelog-angular
target-url:
description: URL to be used when linking the "Details" in the actions overview.
required: false
default: https://github.com/aslafy-z/conventional-pr-title-action
runs:
using: docker
image: Dockerfile
Expand Down

0 comments on commit a28e704

Please sign in to comment.