pull/1960/head
Ben Meadors 2022-11-19 16:39:05 -06:00
rodzic d2d2f278cf
commit 0cc653263e
1 zmienionych plików z 5 dodań i 5 usunięć

Wyświetl plik

@ -98,11 +98,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- 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}}
uses: actions/checkout@v3
with:
submodules: "recursive"
ref: ${{github.event.pull_request.head.ref}}
repository: ${{github.event.pull_request.head.repo.full_name}}
- uses: ./.github/workflows/build_esp32.yml
with: