From d478b0ef8847c4433c8e3c7a8739c69bfc53cb8b Mon Sep 17 00:00:00 2001 From: "Taro L. Saito" Date: Wed, 24 May 2023 13:34:30 -0700 Subject: [PATCH] internal: Fix commit message --- .github/workflows/build-native.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-native.yml b/.github/workflows/build-native.yml index 2e54e3ab..ccadc181 100644 --- a/.github/workflows/build-native.yml +++ b/.github/workflows/build-native.yml @@ -39,6 +39,6 @@ jobs: uses: peter-evans/create-pull-request@v5 with: title: Update native libraries - commit-message: Updatge native libraries for ${{ github.sha }} + commit-message: Update native libraries for ${{ github.sha }} branch: update-native-libs labels: library-update