Skip to content

Commit

Permalink
Fix typo in update workflow (#644)
Browse files Browse the repository at this point in the history
  • Loading branch information
justnero authored Oct 13, 2023
1 parent 564a3c5 commit d003a52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .changeset/light-rabbits-allow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
2 changes: 1 addition & 1 deletion .github/workflows/update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Try checkout current revision
working-directory: ./sdk
run: |
git checkount origin/automations/update-sdk-from-api-definitions || true
git checkout origin/automations/update-sdk-from-api-definitions || true
- name: Bundle SDK
run: |
Expand Down

0 comments on commit d003a52

Please sign in to comment.