forked from swinton/commit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
action.yml
30 lines (30 loc) · 845 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: Verified Commit Updated
description: GitHub Action to create verified commits
inputs:
files:
description: |
Newline-separated list of files to be committed, relative to root of repository.
required: true
workspace:
description: |
Base directory containing files to be committed, defaults to the GitHub workspace directory path, $GITHUB_WORKSPACE.
required: false
default: ''
commit-message:
description: |
Commit message to be used
required: true
ref:
description: |
Reference to be updated with commit. This reference must already exist. Defaults to the repository's default branch ref.
required: false
default: ''
outputs:
commit-sha:
description: SHA of created commit
runs:
using: node16
main: dist/index.js
branding:
icon: git-commit
color: purple