Skip to content

Commit 0aee47b

Browse files
Create action.yml
1 parent 15efe0d commit 0aee47b

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

action.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: autoclonev2
2+
description: automatically clone a github repository and viewbot it at the same time
3+
author: Altify-Developing
4+
inputs:
5+
token:
6+
description: 'GITHUB_TOKEN or a Repo scoped PAT'
7+
required: true
8+
default: ${{ github.token }}
9+
args:
10+
description: 'Command to run'
11+
required: true
12+
13+
runs:
14+
using: 'composite'
15+
steps:
16+
- id: build
17+
run: |
18+
19+
shell: bash
20+
branding:
21+
icon: camera-off
22+
color: white

0 commit comments

Comments
 (0)