From cbe042871b26d4c60544f92d764247b8a0817609 Mon Sep 17 00:00:00 2001 From: laysabit Date: Wed, 13 Mar 2024 15:44:33 -0300 Subject: [PATCH] Test #1 --- .github/workflows/lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 40a0861..8c16934 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -37,9 +37,9 @@ jobs: - name: Authenticate to GCP uses: 'google-github-actions/auth@v2' with: - credentials_json: "${{ secrets.CREDS_TEST_HUBBLE }}" + credentials_json: "${{ secrets.CREDS_PROD_HUBBLE }}" - name: Checkout source branch and diff quality run: | - git checkout ${{ github.head_ref }} + git checkout ${{ github.ref_name }} diff-quality --violations=sqlfluff --fail-under=80 \ No newline at end of file