diff --git a/.github/workflows/build-rpi-led-blinker.yml b/.github/workflows/ext-raspberry-led-blinker.yml similarity index 91% rename from .github/workflows/build-rpi-led-blinker.yml rename to .github/workflows/ext-raspberry-led-blinker.yml index 1aee1450a7..d4cec89b9e 100644 --- a/.github/workflows/build-rpi-led-blinker.yml +++ b/.github/workflows/ext-raspberry-led-blinker.yml @@ -18,6 +18,12 @@ env: RPI_TOOLCHAIN_DIR: /tmp/rpi-toolchain jobs: + get-branch: + name: "Get target branch" + uses: ./.github/workflows/reusable-get-pr-branch.yml + with: + target_repository: fprime-community/fprime-workshop-led-blinker + cross-compilation: name: "Cross Compilation" runs-on: ubuntu-latest @@ -27,7 +33,7 @@ jobs: with: submodules: recursive repository: fprime-community/fprime-workshop-led-blinker - ref: devel + ref: ${{ needs.get-branch.outputs.target-branch }} - name: "Overlay current F´ revision" uses: actions/checkout@v3 with: