File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,6 @@ name: Setup CI context
2
2
description : Sets up repo and Node context and installs packages
3
3
4
4
inputs :
5
- branch :
6
- # Yanked from `actions/checkout`'s description for `ref`.
7
- description : >
8
- The branch, tag or SHA to checkout. When checking out the repository that
9
- triggered a workflow, this defaults to the reference or SHA for that
10
- event. Otherwise, uses the default branch.
11
5
# See supported Node.js release schedule here:
12
6
# https://github.com/nodejs/Release
13
7
node-version :
@@ -17,10 +11,6 @@ inputs:
17
11
runs :
18
12
using : composite
19
13
steps :
20
- - uses : actions/checkout@v4
21
- with :
22
- ref : ${{ inputs.branch }}
23
- fetch-depth : 0
24
14
- uses : actions/setup-node@v4
25
15
with :
26
16
node-version : ${{ inputs.node-version }}
You can’t perform that action at this time.
0 commit comments