Commit 22d6b973 authored by Annie Ke's avatar Annie Ke Committed by GitHub

[Fix] Run integration tests in forked context (#248)

* [Fix] Run CI in forked context

* debug integration ci

* debug event paths

* debug continued

* Finalize for support

* debug logs

* try html url

* add head

* repo url

* back to html url

* cleanup

* add back logs and spaces

* Add back remote variable
Co-authored-by: default avatarMark Tyneway <mark.tyneway@gmail.com>
parent a9809219
......@@ -28,7 +28,7 @@ jobs:
GITHUB_HEAD_REF=${GITHUB_REF##*/}
fi
GIT_COMMIT=$(git rev-parse HEAD | head -c 8)
REMOTE="https://github.com/${{ github.repository }}"
REMOTE=${{ github.event.pull_request.head.repo.html_url }}
echo "optimism-integration $GIT_COMMIT"
./docker/build.sh -s deployer -b $GITHUB_HEAD_REF -r $REMOTE
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment