We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15efe0d commit 0aee47bCopy full SHA for 0aee47b
action.yml
@@ -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
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