Skip to content

Commit

Permalink
docs: fix api-label (#4226)
Browse files Browse the repository at this point in the history
* docs: fix api-label

* chore: remove globbing
  • Loading branch information
karl-cardenas-coding authored Oct 8, 2024
1 parent 0f784ff commit 7cac70f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/api_format.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,11 @@ jobs:
- name: Commit Changes
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "ci: auto-formatting API changes"
commit_message: "ci: auto-formatting API changes"
branch: ${{ github.head_ref }}
file_pattern: '*.json **.json **/*.json'
disable_globbing: true



- name: Slack Notification
Expand Down

0 comments on commit 7cac70f

Please sign in to comment.