-
Notifications
You must be signed in to change notification settings - Fork 1
/
action.yml
30 lines (30 loc) · 843 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
name: Repository Attributes
description: Expose various attributes of a repository available as variables
inputs:
head:
description: Most recent repo reference
required: true
default: ""
tail:
description: A prior repo reference to check for changes from (empty default infers the previous tag or the initial commit)
required: true
default: ""
outputs:
head:
description: Evaluated most recent repo reference
tail:
description: Evaluated previous reference
commits:
description: List of commits (hash and message)
prs:
description: List of pull requests (number and title)
files:
description: List of files (change summary)
contributors:
description: List of contributors (name and number of commits)
runs:
using: docker
image: Dockerfile
branding:
icon: tag
color: blue