Skip to content

Commit

Permalink
Remove ref input
Browse files Browse the repository at this point in the history
  • Loading branch information
ppkarwasz committed Oct 17, 2024
1 parent d6de7a2 commit a757614
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/verify-reproducibility-reusable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ on:
nexus-url:
description: The URL of the reference Nexus repository
type: string
ref:
description: The branch, tag or SHA to checkout
default: ${{ github.ref }}
type: string
runs-on:
description: The type of runners to use as JSON array
default: '["ubuntu-latest"]'
Expand All @@ -57,7 +53,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # 4.2.1
with:
ref: ${{ inputs.ref }}
ref: ${{ github.ref }}

- name: Set up Java
uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # 4.4.0
Expand Down

0 comments on commit a757614

Please sign in to comment.