diff --git a/.github/workflows/deploy_test.yml b/.github/workflows/deploy_test.yml index a6c3c27..7e5a077 100644 --- a/.github/workflows/deploy_test.yml +++ b/.github/workflows/deploy_test.yml @@ -21,7 +21,7 @@ jobs: runs-on: self-hosted env: REPO_NAME: ${{ github.event.repository.name }} - COMPOSE_FILE: ${{ github.event.inputs.config }} + COMPOSE_FILE: ${{ github.event.inputs.config || 'docker-compose.dev.yml' }} steps: - name: Checkout repository