feat: update pkgver

This commit is contained in:
Ahmad Husen
2021-10-01 22:27:55 +07:00
parent fb6ab46b3f
commit 4d1983388b
4 changed files with 18 additions and 2 deletions
+5
View File
@@ -11,6 +11,10 @@ inputs:
description: 'Location for this action to run'
default: ''
required: false
pkgver:
description: 'Update pkgver on PKGBUILD'
default: ''
required: false
updpkgsums:
description: 'Update checksums on PKGBUILD'
default: 'false'
@@ -33,6 +37,7 @@ runs:
image: 'docker://ghcr.io/datakrama/archlinux-package-action:1'
args:
- ${{ inputs.path }}
- ${{ inputs.pkgver }}
- ${{ inputs.updpkgsums }}
- ${{ inputs.srcinfo }}
- ${{ inputs.flags }}