diff --git a/.github/workflows/iac-secrets.yml b/.github/workflows/iac-secrets.yml index c9f35c5a..f712f004 100644 --- a/.github/workflows/iac-secrets.yml +++ b/.github/workflows/iac-secrets.yml @@ -1,6 +1,5 @@ name: 'Secrets GitHub Actions' on: - push: workflow_call: inputs: TELEPORT_PROXY_URL: @@ -118,7 +117,7 @@ jobs: continue-on-error: true working-directory: ${{ inputs.WORKING_DIR }} run: | - tofu plan + tofu plan -no-color - uses: actions/github-script@v6 if: github.event_name == 'pull_request'