Skip to content

Point to 'fixed' action #2

Point to 'fixed' action

Point to 'fixed' action #2

name: pre-commit
on:
push:
branches:
- dev_bruno
jobs:
dbt-checkpoint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v2
# - name: Run dbt checkpoint
# uses: dbt-checkpoint/[email protected]
# env:
# DB_PASSWORD: ${{ secrets.SuperSecret }}
# with:
# args: "run --files ${{ steps.file_changes.outputs.files }}"
- name: Run dbt checkpoint
uses: dbt-checkpoint/dbt-checkpoint@fix-github-action
with:
args: run --all-files