Skip to content

Commit

Permalink
ci: diff check fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joscha committed Oct 8, 2024
1 parent 7cd93e4 commit ce08ba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- uses: mudlabs/[email protected]
id: diff
with:
path: src/v2/generated
path: src/v2/generated/
- run: exit 1
if: steps.diff.outputs.modified == true
- name: V2 Smoke Test
Expand Down

0 comments on commit ce08ba2

Please sign in to comment.