We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db38a5f commit 7d00d60Copy full SHA for 7d00d60
README.md
@@ -10,7 +10,7 @@ GitHub Actions to publish AUR package.
10
11
### `pkgbuild`
12
13
-**Required** Path to PKGBUILD file. This file is often generated by prior steps.
+**Optional** Path to PKGBUILD file. This file is often generated by prior steps. The default value is './PKGBUILD'
14
15
### `assets`
16
action.yml
@@ -10,7 +10,8 @@ inputs:
required: false
pkgbuild:
description: 'Path to PKGBUILD file'
- required: true
+ default: './PKGBUILD'
+ required: false
assets:
description: 'Newline-separated glob patterns for additional files to be added to the AUR repository'
17
0 commit comments