Skip to content

Commit

Permalink
docs: add 'homepage' parameter #49
Browse files Browse the repository at this point in the history
  • Loading branch information
jiro4989 committed Jun 3, 2024
1 parent 516010d commit baa86b6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ inputs:
description: 'Package dependencies.'
default: 'none'
required: false
homepage:
description: 'Package homepage url.'
default: 'none'
required: false
arch:
description: 'Package architecture.'
default: 'amd64'
Expand Down Expand Up @@ -103,6 +107,7 @@ jobs:
arch: 'amd64'
depends: 'libc6 (>= 2.2.1), git'
desc: 'this is sample package.'
homepage: 'https://github.com/jiro4989/build-deb-action'
```
## Example projects
Expand Down

0 comments on commit baa86b6

Please sign in to comment.