Update package_raspbian.yml to pull correct code for PR runs

pull/2951/head
Jonathan Bennett 2023-11-19 20:19:43 -06:00 zatwierdzone przez GitHub
rodzic c1f5878648
commit 195706e0e5
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 6 dodań i 1 usunięć

Wyświetl plik

@ -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