From 38559d64445a078c9cff79b28393afb681ca14ec Mon Sep 17 00:00:00 2001 From: Anderson Martins Date: Wed, 17 Jul 2024 12:40:29 -0300 Subject: [PATCH] Fix GH action to run the correct dev-workspace --- .github/workflows/code-check.yml | 3 --- .github/workflows/deploy-wp.org.yml | 5 ++--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/code-check.yml b/.github/workflows/code-check.yml index 5f9744c87..c5ee65295 100644 --- a/.github/workflows/code-check.yml +++ b/.github/workflows/code-check.yml @@ -21,9 +21,6 @@ jobs: check: name: Check the code runs-on: ubuntu-latest - env: - DOCKER_IMAGE: publishpress/dev-workspace-terminal:future-free-4 - steps: - name: Setup tmate session for Debugging, if inputs.tmate_enabled is true uses: mxschmitt/action-tmate@v3 diff --git a/.github/workflows/deploy-wp.org.yml b/.github/workflows/deploy-wp.org.yml index b7342ab67..c86426bbf 100644 --- a/.github/workflows/deploy-wp.org.yml +++ b/.github/workflows/deploy-wp.org.yml @@ -27,15 +27,14 @@ jobs: sudo apt-get update sudo apt-get install -y iproute2 - - name: Checkout code - uses: actions/checkout@master - - name: Setup tmate session for Debugging, if inputs.tmate_enabled is true uses: mxschmitt/action-tmate@v3 if: ${{ inputs.tmate_enabled }} timeout-minutes: 10 with: detached: true + - name: Checkout code + uses: actions/checkout@master - name: Prepare composer run: |