-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathaction.yaml
32 lines (32 loc) · 899 Bytes
/
action.yaml
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
runtime: plugin
action:
title: Bump
description: "Bump or sync versions of updated components"
options:
- name: sync
shorthand: s
title: Sync
description: Propagate versions of updated components to their dependencies
type: boolean
default: false
- name: dry-run
title: Dry-run
description: Simulate bump or sync without updating any file
type: boolean
default: false
- name: allow-override
title: Allow override
description: Allow override committed version by current build value
type: boolean
default: false
- name: vault-pass
title: Vault password
description: Password for Ansible Vault
type: string
default: ""
- name: last
shorthand: l
title: Last
description: Bump resources modified in last commit only
type: boolean
default: false