This commit is contained in:
Florian Herrengt 2022-12-05 19:56:10 +00:00
parent 7717e009f4
commit 848c3749ca
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: "true"
ssh-private-key: |
ssh-key: |
${{ secrets.SSH_PRIVATE_KEY}}
- name: Set up QEMU
uses: docker/setup-qemu-action@v2