Skip to content

Commit

Permalink
remove debug statements
Browse files Browse the repository at this point in the history
  • Loading branch information
emmyoop committed Feb 6, 2024
1 parent 5eee730 commit bda211e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_dbt_core_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down Expand Up @@ -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 }}"
Expand Down

0 comments on commit bda211e

Please sign in to comment.