Skip to content

Commit

Permalink
Add version
Browse files Browse the repository at this point in the history
  • Loading branch information
xuliangs committed Apr 30, 2024
1 parent 291af10 commit 066282c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
dbt_project_folder: "workspace/dbt_init_challenge"

- name: Run sdf compile
uses: sdf-labs/sdf-action # Uses an action in the root directory
uses: sdf-labs/sdf-action@v0.0.1 # Uses an action in the root directory
id: sdf
env:
CATALOG: dbt_hol_dev
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
dbt deps
dbt compile
- name: Run sdf push
uses: sdf-labs/sdf-action # Uses an action in the root directory
uses: sdf-labs/sdf-action@v0.0.1 # Uses an action in the root directory
id: sdf
env:
CATALOG: dbt_hol_dev
Expand Down

0 comments on commit 066282c

Please sign in to comment.