Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.

Commit 791370b

Browse files
authored
gitflows: easily allow outside contributors (#223)
* gitflows: easily allow outside contributors * typo: fix
1 parent 06f7cfb commit 791370b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/integration.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@ jobs:
2828
GITHUB_HEAD_REF=${GITHUB_REF##*/}
2929
fi
3030
GIT_COMMIT=$(git rev-parse HEAD | head -c 8)
31+
REMOTE="https://github.com/${{ github.repository }}"
3132
echo "optimism-integration $GIT_COMMIT"
32-
./docker/build.sh -s deployer -b $GITHUB_HEAD_REF
33+
./docker/build.sh -s deployer -b $GITHUB_HEAD_REF -r $REMOTE
3334
3435
- name: Test
3536
run: |

0 commit comments

Comments
 (0)