Skip to content

Commit

Permalink
changed the commit message to 'updated the schema file'
Browse files Browse the repository at this point in the history
  • Loading branch information
varshadr committed Nov 2, 2023
1 parent 1732e58 commit 75db2a7
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 @@ -28,7 +28,7 @@ jobs:
run: git diff --quiet schema.yml || exit 0

- name: Commit schema file
run: git add schema.yml && git commit -m "Add schema file"
run: git add schema.yml && git commit -m "Updated schema file"

- name: Push changes to remote branch
run: git push origin ${{ github.head_ref }}

0 comments on commit 75db2a7

Please sign in to comment.