From 09e26fde874dfd6070a38bbcd4df2c3a4b5ec1b8 Mon Sep 17 00:00:00 2001 From: Karl Floersch Date: Wed, 7 Oct 2020 13:30:02 -0400 Subject: [PATCH] bumpage: fix (#317) Co-authored-by: Mark Tyneway --- .github/workflows/push-to-integration-repo.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/push-to-integration-repo.yml b/.github/workflows/push-to-integration-repo.yml index 94901d92c95c..5d30b9a286ff 100644 --- a/.github/workflows/push-to-integration-repo.yml +++ b/.github/workflows/push-to-integration-repo.yml @@ -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