feat: update pkgrel
This commit is contained in:
@@ -15,6 +15,10 @@ inputs:
|
||||
description: 'Update pkgver on PKGBUILD'
|
||||
default: ''
|
||||
required: false
|
||||
pkgrel:
|
||||
description: 'Update pkgrel on PKGBUILD'
|
||||
default: ''
|
||||
required: false
|
||||
updpkgsums:
|
||||
description: 'Update checksums on PKGBUILD'
|
||||
default: 'false'
|
||||
@@ -38,6 +42,7 @@ runs:
|
||||
args:
|
||||
- ${{ inputs.path }}
|
||||
- ${{ inputs.pkgver }}
|
||||
- ${{ inputs.pkgrel }}
|
||||
- ${{ inputs.updpkgsums }}
|
||||
- ${{ inputs.srcinfo }}
|
||||
- ${{ inputs.flags }}
|
||||
|
||||
Reference in New Issue
Block a user