Skip to content

Commit

Permalink
Point to 'fixed' action
Browse files Browse the repository at this point in the history
  • Loading branch information
BAntonellini committed Feb 9, 2024
1 parent 8959d89 commit e4863f9
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/run_dbt_checkpoint_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- dev_bruno

jobs:
pre-commit:
dbt-checkpoint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand All @@ -15,12 +15,6 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v2

- name: Identify file changes
id: file_changes
uses: trilom/file-changes-action@v1.2.4
with:
output: " "

# - name: Run dbt checkpoint
# uses: dbt-checkpoint/dbt-checkpoint@v1.2.0
# env:
Expand All @@ -29,6 +23,6 @@ jobs:
# args: "run --files ${{ steps.file_changes.outputs.files }}"

- name: Run dbt checkpoint
uses: dbt-checkpoint/dbt-checkpoint
uses: dbt-checkpoint/dbt-checkpoint@fix-github-action
with:
args: run --all-files

0 comments on commit e4863f9

Please sign in to comment.