-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathaction.yaml
39 lines (32 loc) · 968 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
33
34
35
36
37
38
39
name: ln
description: Link files between repositories
inputs:
noop:
description: Load the data, but don't update anything.
required: true
default: "false"
# See https://github.com/nobe4/action-ln/blob/main/docs/configuration.md
config:
description: Relative path to the config file.
required: true
default: ".github/ln-config.yaml"
# E.g.
# - ".action-ln-config.yaml"
# - "config/ln/config.yaml"
# See https://github.com/nobe4/action-ln/blob/main/docs/authentication.md
token:
description: GitHub token to authenticate with.
required: false
default: "${{ github.token }}"
app_id:
description: GitHub App ID to authenticate with
required: false
app_private_key:
description: GitHub App Private Key to authenticate with
required: false
app_install_id:
description: GitHub App installation ID to authenticate with
required: false
runs:
using: node20
main: dist/index.js