Move to actions folder

pull/1960/head
Ben Meadors 2022-11-19 18:50:50 -06:00
rodzic 23ea22c741
commit f71cbb6f6e
2 zmienionych plików z 6 dodań i 6 usunięć

Wyświetl plik

@ -10,11 +10,11 @@ runs:
using: "composite"
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}}
- name: Setup Python
uses: actions/setup-python@v4

Wyświetl plik

@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3
- name: Build base
id: base
uses: ./.github/workflows/composite/build-base
uses: ./.github/actions/build-base
- name: Pull web ui
uses: dsaltares/fetch-gh-release-asset@master