Skip to content

Commit 4aa5ba6

Browse files
committed
Updated README with the latest version.
1 parent c545303 commit 4aa5ba6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ checkout the repository and pass the environment variables that are used within
2626
uses: actions/checkout@v3
2727

2828
- name: Run Elementary
29-
uses: elementary-data/run-elementary-action@v1.7
29+
uses: elementary-data/run-elementary-action@v1.8
3030
env:
3131
USER: ${{ secrets.USER }}
3232
PASSWORD: ${{ secrets.PASSWORD }}
@@ -50,7 +50,7 @@ Once you've done that, you can pass the secret to the action.
5050
uses: actions/checkout@v3
5151
5252
- name: Run Elementary
53-
uses: elementary-data/run-elementary-action@v1.7
53+
uses: elementary-data/run-elementary-action@v1.8
5454
with:
5555
profiles-yml: ${{ secrets.ELEMENTARY_PROFILES_YML }}
5656
edr-command: ...
@@ -88,7 +88,7 @@ jobs:
8888
uses: actions/checkout@v3
8989
9090
- name: Run Elementary
91-
uses: elementary-data/run-elementary-action@v1.7
91+
uses: elementary-data/run-elementary-action@v1.8
9292
with:
9393
warehouse-type: bigquery # Type of warehouse to use (bigquery, snowflake, redshift, etc.)
9494
profiles-yml: ${{ secrets.ELEMENTARY_PROFILES_YML }} # Content of ~/.dbt/profiles.yml, should have an `elementary` profile.

0 commit comments

Comments
 (0)