File tree Expand file tree Collapse file tree 6 files changed +2
-194
lines changed
Expand file tree Collapse file tree 6 files changed +2
-194
lines changed Original file line number Diff line number Diff line change 2323 runs-on : ${{ matrix.os }}
2424 steps :
2525 - uses : actions/checkout@v3
26- - uses : actions/setup-node@v4
27- with :
28- node-version : 23
29- - uses : pnpm/action-setup@v4
30- with :
31- version : 10
32- - name : build
33- run : |
34- pnpm install
35- pnpm run build
36- pnpm run bundle
3726 - name : setup deno
3827 uses : ./
3928 with :
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ author: ahaoboy
44branding :
55 icon : play-circle
66 color : white
7+
78inputs :
89 url :
910 description : ' The url to install'
2122 shell : bash
2223 run : |
2324 bash "${{ github.action_path }}/action.sh"
25+
2426 env :
2527 INPUT_URL : ${{ inputs.url }}
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments