From 72e16a6e4fa4521905ebdf8537d77a299acb067f Mon Sep 17 00:00:00 2001 From: Matej Knopp Date: Fri, 22 Dec 2023 14:59:03 +0100 Subject: [PATCH] chore: fix variable name --- .github/workflows/test_example_plugin_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_example_plugin_build.yml b/.github/workflows/test_example_plugin_build.yml index a6fd663..bf36e86 100644 --- a/.github/workflows/test_example_plugin_build.yml +++ b/.github/workflows/test_example_plugin_build.yml @@ -38,7 +38,7 @@ jobs: # "advanced" branch has extra iOS flavor and uses rust nightly for release builds git clone -b advanced https://github.com/irondash/hello_rust_ffi_plugin cd hello_rust_ffi_plugin - git subtree pull --prefix cargokit https://github.com/${{ github.event.pull_request.repo.full_name || github.repository }} ${{ steps.extract_branch.outputs.branch }} --squash + git subtree pull --prefix cargokit https://github.com/${{ github.event.pull_request.head.repo.full_name || github.repository }} ${{ steps.extract_branch.outputs.branch }} --squash - uses: subosito/flutter-action@cc97e1648fff6ca5cc647fa67f47e70f7895510b # 2.11.0 with: channel: "stable"