mirror of
https://github.com/meshtastic/firmware.git
synced 2025-08-17 10:43:24 +00:00
Update package_raspbian.yml to pull correct code for PR runs
This commit is contained in:
parent
c1f5878648
commit
195706e0e5
7
.github/workflows/package_raspbian.yml
vendored
7
.github/workflows/package_raspbian.yml
vendored
@ -14,7 +14,12 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
needs: build-raspbian
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: "recursive"
|
||||
ref: ${{github.event.pull_request.head.ref}}
|
||||
repository: ${{github.event.pull_request.head.repo.full_name}}
|
||||
|
||||
- name: Get release version string
|
||||
run: echo "version=$(./bin/buildinfo.py long)" >> $GITHUB_OUTPUT
|
||||
|
Loading…
Reference in New Issue
Block a user