Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
baptiste-b-pegasys committed Oct 27, 2022
1 parent 8f1a792 commit 3d82af8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upgradebot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
id: go
- name: Clone upgrade geth bot
run: |
cd $GOROOT
git clone https://github.com/baptiste-b-pegasys/quorum-bots.git $GOPATH/src/upgradebot
- name: Execute upgrade geth bot
run: |
git config --global user.email "${{github.actor}}@users.noreply.github.com"
git config --global user.name "${{github.actor}}"
go run upgradebot/cmd
cd $GOPATH/src/upgradebot
go run ./cmd

0 comments on commit 3d82af8

Please sign in to comment.