actions use forgejo/checkout
Some checks failed
Deploy to https://wordpress-test.event-federation.eu/ / deploy (push) Failing after 6s

This commit is contained in:
André Menrath 2023-11-25 11:35:52 +01:00
parent 766e990693
commit 53a91a2f3d

View file

@ -13,7 +13,7 @@ jobs:
steps:
- name: Checkout Repository
uses: actions/checkout@v4
uses: https://code.forgejo.org/actions/checkout@v3
- name: Install SSH Key
run: echo "${{ secrets.SSH_PRIVATE_KEY }}" > ~/.ssh/id_rsa && chmod 600 ~/.ssh/id_rsa