From 62d00901e63ae030af22304602a0b39c49182041 Mon Sep 17 00:00:00 2001 From: Jack Ivanov <17044561+jackivanov@users.noreply.github.com> Date: Thu, 16 Jan 2020 13:37:37 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 457f6dd..2f826fc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -140,6 +140,8 @@ jobs: env: DEPLOY: docker UBUNTU_VERSION: ${{ matrix.UBUNTU_VERSION }} + REPOSITORY: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name || github.repository }} + BRANCH: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.ref || github.ref }} run: | ssh-keygen -f ~/.ssh/id_rsa -t rsa -N '' sed -i "s/^reduce_mtu:\s0$/reduce_mtu: 80/" config.cfg