Skip to content

Commit

Permalink
bumpage: fix (#317)
Browse files Browse the repository at this point in the history
Co-authored-by: Mark Tyneway <mark.tyneway@gmail.com>
  • Loading branch information
karlfloersch and tynes authored Oct 7, 2020
1 parent f7716a2 commit 09e26fd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/push-to-integration-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ jobs:
- name: Clone repo
run: |
git clone git@github.com:ethereum-optimism/optimism-integration.git
cd optimism-integration
git submodule init && git submodule update
REPO=$(echo $GITHUB_REPOSITORY | cut -d '/' -f2)
cd optimism-integration/$REPO
cd $HOME/optimism-integration/$REPO
git pull origin master
- name: Commit
Expand Down

0 comments on commit 09e26fd

Please sign in to comment.