mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 13:46:43 +00:00
trying to deploy
This commit is contained in:
parent
aa05aefef9
commit
d13dc05f71
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
|
- name: Checkout repo
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
# capture SHA as an env variable
|
# capture SHA as an env variables
|
||||||
- name: Get short commit SHA
|
- name: Get short commit SHA
|
||||||
id: vars
|
id: vars
|
||||||
run: echo "COMMIT_SHA=$(echo $GITHUB_SHA | cut -c1-7)" >> $GITHUB_ENV
|
run: echo "COMMIT_SHA=$(echo $GITHUB_SHA | cut -c1-7)" >> $GITHUB_ENV
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue