-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaction.yml
More file actions
36 lines (28 loc) · 738 Bytes
/
action.yml
File metadata and controls
36 lines (28 loc) · 738 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
33
34
35
36
name: Verified Commit App
description: Commits Files to a Repository Using App Authorization
author: henrygriffiths
inputs:
app-id:
description: App ID
required: true
app-key:
description: App Private Key (Pem File)
required: true
repository:
description: Repository to Commit To (Defaults to github.repository)
required: false
baseref:
description: Ref to Base Commit Off Of (Defaults to github.ref)
required: false
ref:
description: Ref to Commit To (Defaults to baseref)
required: false
commitmsg:
description: Commit Message (Defaults to Empty)
required: false
files:
description: Files To Commit
required: true
runs:
using: node24
main: dist/index.js