From 291af1054fff1ed74e419fd6e9f32b111d70defa Mon Sep 17 00:00:00 2001 From: xuliangs Date: Tue, 30 Apr 2024 16:37:01 +0000 Subject: [PATCH] Test without @main --- .github/workflows/examples.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/examples.yml b/.github/workflows/examples.yml index 0c85baf..87098b2 100644 --- a/.github/workflows/examples.yml +++ b/.github/workflows/examples.yml @@ -25,7 +25,7 @@ jobs: dbt_project_folder: "workspace/dbt_init_challenge" - name: Run sdf compile - uses: sdf-labs/sdf-action@main # Uses an action in the root directory + uses: sdf-labs/sdf-action # Uses an action in the root directory id: sdf env: CATALOG: dbt_hol_dev @@ -75,7 +75,7 @@ jobs: dbt deps dbt compile - name: Run sdf push - uses: sdf-labs/sdf-action@main # Uses an action in the root directory + uses: sdf-labs/sdf-action # Uses an action in the root directory id: sdf env: CATALOG: dbt_hol_dev