From 18407018e133bf2325752b4a33b4b0f3d4bed281 Mon Sep 17 00:00:00 2001 From: cgmossa Date: Fri, 17 Nov 2023 00:14:09 +0100 Subject: [PATCH] [generate bindings] --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 63a7361e..766c1bb5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -242,8 +242,8 @@ jobs: with: ref: ${{ env.GITHUB_SHA }} - name: Get Head Commit Message - id: get_head_commit_message - run: echo "HEAD_COMMIT_MESSAGE=$(git show -s --format=%s)" >> "$GITHUB_ENV" + id: get_head_commit_message + run: echo "HEAD_COMMIT_MESSAGE=$(git show -s --format=%s)" >> "$GITHUB_ENV" is_generated_binding_commit: name: Debug @@ -258,7 +258,7 @@ jobs: needs: [test_with_bindgen, check_generate_bindings_flag] if: ${{ contains($HEAD_COMMIT_MESSAGE, '[generate bindings]') }} runs-on: ubuntu-latest - + steps: - uses: actions/checkout@v4 with: