Update core-build-playerbots.yml

This commit is contained in:
bashermens
2025-11-24 15:09:16 +01:00
committed by GitHub
parent 099a6e5c8e
commit 33392d07ed

View File

@@ -63,7 +63,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: 'mod-playerbots/mod-playerbots'
ref: ${{ github.event.inputs.playerbot_branch || 'master' }}
ref: ${{ inputs.playerbot_branch || github.head_ref || github.ref_name || 'master' }}
path: 'modules/mod-playerbots'
- name: Install Requirements