Skip to content

Commit

Permalink
Remove checkout-ref input from` binary-release-single workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewFluet committed Jan 2, 2025
1 parent 88cc31a commit e658681
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/binary-release-single.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ on:
msystem:
required: false
type: string
checkout-ref:
required: false
type: string
old-mlton-runtime-args:
required: false
type: string
Expand All @@ -41,9 +38,6 @@ on:
msystem:
required: false
type: string
checkout-ref:
required: false
type: string
old-mlton-runtime-args:
required: false
type: string
Expand Down Expand Up @@ -95,7 +89,6 @@ jobs:
uses: actions/checkout@v4
with:
sparse-checkout: .github
ref: ${{ inputs.checkout-ref || 'master' }}

- name: Install bootstrap dependencies
uses: ./.github/actions/install-bootstrap-dependencies
Expand Down

0 comments on commit e658681

Please sign in to comment.