-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaction.yml
28 lines (28 loc) · 932 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
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
name: 'GraphSync'
description: 'Reads a contribution graph of an authenticated user, and copies the contributions to this repository'
author: 'Zen Quah <me@zenquah.dev>'
inputs:
source-graph-username:
description: 'Username of the source graph'
required: true
source-graph-token:
description: 'GitHub PAT for the source user'
required: true
offset-hhmm:
description: 'Timezone offset in +/-HHMM format'
required: true
git-author-name:
description: 'Name of the git author (for commits)'
required: true
git-author-email:
description: 'Email of the git author (for commits)'
required: true
runs:
using: 'node20'
main: 'dist/index.js'
branding:
icon: 'activity'
color: 'green'