forked from samamorgan/action-autotag-python
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathaction.yml
More file actions
32 lines (32 loc) · 855 Bytes
/
action.yml
File metadata and controls
32 lines (32 loc) · 855 Bytes
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
name: 🐍 Python Auto Tagging
description: Automatically generate new tags when version file changes
author: Sam Morgan & Jorrick Sleijster
branding:
icon: tag
color: blue
inputs:
token:
description: Github Token
required: true
path:
description: Path to version file
required: true
variable:
description: Variable name containing version information
required: true
prefix:
description: Prefix to add to the version tag
required: false
suffix:
description: Suffix to add to the version tag
required: false
execute_entire_path:
description: Execute entire path(1) or just the line starting with the variable name(0). Values can be 0 or 1.
required: false
default: '0'
outputs:
version:
description: The version defined in the version file
runs:
using: docker
image: Dockerfile