diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 4a2a4231f4..4e0e4b0175 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -86,7 +86,7 @@ runs: - name: Maybe clone additional apps shell: bash -e {0} - env: + env: org: ${{ env.FRAPPE_GH_ORG || github.repository_owner }} ref: ${{ github.event.client_payload.frappe_sha || github.base_ref || github.ref_name }} run: | @@ -148,7 +148,7 @@ runs: sudo apt -qq update sudo apt -qq remove mysql-server mysql-client - sudo apt -qq install libcups2-dev redis-server mariadb-client-10.6 + sudo apt -qq install libcups2-dev redis-server mariadb-client if [ "$(lsb_release -rs)" = "22.04" ]; then wget -q -O /tmp/wkhtmltox.deb https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6.1-2/wkhtmltox_0.12.6.1-2.jammy_amd64.deb