mirror of
https://github.com/logos-storage/logos-storage-contracts-eth.git
synced 2026-01-02 13:23:10 +00:00
ci: add a way to pass contracts repository ref (#260)
This commit is contained in:
parent
e22799e1f8
commit
a86575b262
7
.github/workflows/devnet-contracts.yml
vendored
7
.github/workflows/devnet-contracts.yml
vendored
@ -21,6 +21,11 @@ on:
|
||||
required: false
|
||||
default: https://public.sepolia.rpc.status.network
|
||||
type: string
|
||||
contracts_ref:
|
||||
description: "Contracts ref: blank = current branch"
|
||||
required: false
|
||||
type: string
|
||||
default: ''
|
||||
|
||||
|
||||
env:
|
||||
@ -35,7 +40,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ github.event.pull_request.head.sha }}
|
||||
ref: ${{ inputs.contracts_ref }}
|
||||
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user