generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 1
/
action.yml
35 lines (29 loc) · 766 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
31
32
33
34
35
name: Create My Awesome
description: >
Github Actions for automatically generating a personal awesome project to organize all your starred repositories.
author: luob
branding:
icon: book
color: red
inputs:
username:
description: >
You can specify to use any user's data
default: ${{ github.repository_owner }}
description:
description: >
The description for your awesome project
default: 'A collection of awesome things.'
repository:
description: >
The owner and repository name.
default: ${{ github.repository }}
workflow:
default: ${{ github.workflow }}
token:
default: ${{ github.token }}
targetDir:
default: ${{ github.workspace }}
runs:
using: 'node12'
main: 'dist/index.js'