ci: Add repo checkout
This commit is contained in:
parent
54973261e3
commit
f23f1fa79c
@ -15,6 +15,8 @@ jobs:
|
||||
if: ${{ github.event.pull_request != '' || github.event.pusher != '' || github.event.comment.body == '!actions run x86' || github.event.comment.body == '!actions run all' }}
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: https://github.com/actions/checkout@v4
|
||||
- name: Create ISO
|
||||
run: |
|
||||
apt update
|
||||
@ -47,6 +49,8 @@ jobs:
|
||||
if: ${{ github.event.pull_request != '' || github.event.pusher != '' || github.event.comment.body == '!actions run arm' || github.event.comment.body == '!actions run all' }}
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: https://github.com/actions/checkout@v4
|
||||
- name: Create ISO
|
||||
run: |
|
||||
apt update
|
||||
|
Loading…
Reference in New Issue
Block a user