Skip to content

Commit

Permalink
chore: get repo name from pull request (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
knopp authored Dec 22, 2023
1 parent f130c69 commit 229849d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_example_plugin_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.repository }} ${{ steps.extract_branch.outputs.branch }} --squash
git subtree pull --prefix cargokit https://github.com/${{ github.event.pull_request.repo.full_name || github.repository }} ${{ steps.extract_branch.outputs.branch }} --squash
- uses: subosito/flutter-action@cc97e1648fff6ca5cc647fa67f47e70f7895510b # 2.11.0
with:
channel: "stable"
Expand Down

0 comments on commit 229849d

Please sign in to comment.