added mapping for field_19178 in BeaconBeamEntity #550
Workflow file for this run
This file contains 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
name: Update Base Branch | |
on: | |
pull_request: | |
types: [ opened ] | |
jobs: | |
update: | |
if: ${{ github.event.label.name == 'update-base' }} | |
runs-on: ubuntu-24.04 | |
steps: | |
- uses: FabricMC/fabric-action-scripts@v2 | |
with: | |
context: yarn-version-label |