-
Notifications
You must be signed in to change notification settings - Fork 0
/
action.yml
36 lines (36 loc) · 971 Bytes
/
action.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
name: AUR Releaser
description: Publish new release of an AUR by updating its version or number
branding:
color: green
icon: upload
inputs:
package_name:
description: Name of the package to publish
required: true
package_version:
description: Version of the package to publish
required: false
package_type:
description: Type of the package to publish
required: false
default: stable
commit_message:
description: Message to use when commiting
required: false
default: Update to ${package_version}
aur_private_key:
description: SSH private key with write permissions to AUR Git
required: true
aur_username:
description: Username to configure the AUR Git with
required: true
aur_email:
description: Email to configure the AUR Git with
required: true
skip_test:
description: Flag if testing has to be skipped
required: false
default: no
runs:
using: docker
image: Dockerfile