Skip to content

Commit

Permalink
Add commit step back
Browse files Browse the repository at this point in the history
  • Loading branch information
emilyliu7321 committed Dec 15, 2023
1 parent 6c91c08 commit f8c9c71
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/generate_schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jobs:
- name: Convert lexicons to OpenAPI spec
run: deno task run

# - name: Commit OpenAPI spec updates
# uses: stefanzweifel/git-auto-commit-action@v4
# with:
# commit_message: atproto-openapi-types/spec/api.json updated
# file_pattern: atproto-openapi-types/lexicons atproto-openapi-types/spec/api.json
- name: Commit OpenAPI spec updates
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: atproto-openapi-types/spec/api.json updated
file_pattern: atproto-openapi-types/lexicons atproto-openapi-types/spec/api.json

# convert_to_mdx:
# runs-on: ubuntu-latest
Expand Down

0 comments on commit f8c9c71

Please sign in to comment.