File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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: ...
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.
You can’t perform that action at this time.
0 commit comments