mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 13:46:43 +00:00
deploy with Blockscout
This commit is contained in:
parent
7bad262b7f
commit
a20a35e549
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy-devnet.yml
vendored
2
.github/workflows/deploy-devnet.yml
vendored
|
|
@ -20,7 +20,7 @@ jobs:
|
|||
- name: Checkout repo
|
||||
uses: actions/checkout@v3
|
||||
|
||||
# capture SHA as an env variable
|
||||
# capture SHA as an env variables
|
||||
- name: Get short commit SHA
|
||||
id: vars
|
||||
run: echo "COMMIT_SHA=$(echo $GITHUB_SHA | cut -c1-7)" >> $GITHUB_ENV
|
||||
|
|
|
|||
Loading…
Reference in a new issue