This commit is contained in:
bniwredyc 2023-05-14 18:33:27 +02:00
parent b8590641ca
commit fc2f85c0f8

View File

@ -11,8 +11,10 @@ jobs:
steps:
- name: Checkout source repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: webfactory/ssh-agent@v0.8.0
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}