Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dead-claudia authored Aug 25, 2024
1 parent d6f0f69 commit 78b72e8
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@ name: Setup CI context
description: Sets up repo and Node context and installs packages

inputs:
branch:
# Yanked from `actions/checkout`'s description for `ref`.
description: >
The branch, tag or SHA to checkout. When checking out the repository that
triggered a workflow, this defaults to the reference or SHA for that
event. Otherwise, uses the default branch.
# See supported Node.js release schedule here:
# https://github.com/nodejs/Release
node-version:
Expand All @@ -17,10 +11,6 @@ inputs:
runs:
using: composite
steps:
- uses: actions/checkout@v4
with:
ref: ${{ inputs.branch }}
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: ${{ inputs.node-version }}
Expand Down

0 comments on commit 78b72e8

Please sign in to comment.