Skip to content

Commit 78b72e8

Browse files
authored
Update action.yml
1 parent d6f0f69 commit 78b72e8

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/actions/setup/action.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@ name: Setup CI context
22
description: Sets up repo and Node context and installs packages
33

44
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.
115
# See supported Node.js release schedule here:
126
# https://github.com/nodejs/Release
137
node-version:
@@ -17,10 +11,6 @@ inputs:
1711
runs:
1812
using: composite
1913
steps:
20-
- uses: actions/checkout@v4
21-
with:
22-
ref: ${{ inputs.branch }}
23-
fetch-depth: 0
2414
- uses: actions/setup-node@v4
2515
with:
2616
node-version: ${{ inputs.node-version }}

0 commit comments

Comments
 (0)