Skip to content

Commit

Permalink
fixed 'shell' indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
varshadr committed Nov 2, 2023
1 parent 962c2f9 commit 096eb94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-api-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
image: mathesar/mathesar-dev:latest
run: ./manage.py spectacular --color --file schema.yml
shell: python
shell: python

- name: Check if schema file has changed
run: git diff --quiet schema.yml || exit 0
Expand Down

0 comments on commit 096eb94

Please sign in to comment.