Merge branch 'cooker' into feat/PortMaster

This commit is contained in:
XargonWan 2024-08-25 17:52:28 +09:00
commit 35a33ddc02

View file

@ -55,12 +55,7 @@ jobs:
uses: actions/checkout@v4
with:
submodules: 'true'
- name: Checkout PR branch (include changes)
if: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository }}
run: |
git fetch origin +refs/pull/${{ github.event.pull_request.number }}/merge
git checkout -qf FETCH_HEAD
ref: ${{ github.sha }}
- name: "Install dependencies"
run: "automation_tools/install_dependencies.sh"