generated from actions/typescript-action
-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathaction.yml
More file actions
25 lines (22 loc) · 613 Bytes
/
action.yml
File metadata and controls
25 lines (22 loc) · 613 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
name: Fetch Sponsorships and commit
description:
This action fetches the sponsorships of a user or organization and commits the
data to the repository.
author: Santosh Yadav
# Add your action's branding here. This will appear on the GitHub Marketplace.
branding:
icon: heart
color: blue
# Define your inputs here.
inputs:
GH_USERNAME:
description: 'Your GitHub username'
default: ${{ github.repository_owner }}
required: false
allow-add-to-readme:
description: 'Add sponsorship data to README.md'
required: false
default: 'false'
runs:
using: node20
main: dist/index.js