From d003a525147f4f9aa196e51e55517b4ac9868a4c Mon Sep 17 00:00:00 2001 From: Arif Kurkchi <11618962+justnero@users.noreply.github.com> Date: Fri, 13 Oct 2023 22:23:51 +0300 Subject: [PATCH] Fix typo in update workflow (#644) --- .changeset/light-rabbits-allow.md | 2 ++ .github/workflows/update.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .changeset/light-rabbits-allow.md diff --git a/.changeset/light-rabbits-allow.md b/.changeset/light-rabbits-allow.md new file mode 100644 index 000000000..a845151cc --- /dev/null +++ b/.changeset/light-rabbits-allow.md @@ -0,0 +1,2 @@ +--- +--- diff --git a/.github/workflows/update.yaml b/.github/workflows/update.yaml index e5fe01b10..c35b95273 100644 --- a/.github/workflows/update.yaml +++ b/.github/workflows/update.yaml @@ -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: |