refactor: extract bevy_mod_scripting_asset
and bevy_mod_scripting_display
crates, decouple concerns
#67
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
pull_request_target: | |
types: [closed] | |
jobs: | |
archive_fork_pr_branch: | |
name: Archive closed fork PR branch with Bencher | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: bencherdev/bencher@main | |
- name: Archive closed fork PR branch with Bencher | |
run: | | |
bencher archive \ | |
--project bms \ | |
--token '${{ secrets.BENCHER_API_TOKEN }}' \ | |
--branch "$GITHUB_HEAD_REF" | |
continue-on-error: true |