diff --git a/.github/workflows/ci_dbt_core_testing.yml b/.github/workflows/ci_dbt_core_testing.yml index 564d22cc..b1dc3e02 100644 --- a/.github/workflows/ci_dbt_core_testing.yml +++ b/.github/workflows/ci_dbt_core_testing.yml @@ -72,7 +72,7 @@ jobs: dbt-common-ref: ${{ steps.common-ref.outputs.ref }} steps: - - name: "[[DEBUG]] Input Refs" + - name: "Input Refs" id: job-inputs run: | echo "inputs.dbt-core-ref=${{ inputs.dbt-core-ref }}" @@ -103,7 +103,7 @@ jobs: fi echo "ref=$REF" >> $GITHUB_OUTPUT - - name: "[[DEBUG]] Final Refs" + - name: "Final Refs" run: | echo "dbt-core-ref=${{ steps.core-ref.outputs.ref }}" echo "dbt-common-ref=${{ steps.common-ref.outputs.ref }}"