This commit is contained in:
parent
1da87634bc
commit
6c859dede6
1 changed files with 4 additions and 1 deletions
|
@ -15,7 +15,10 @@ jobs:
|
|||
echo "${{ vars.SSH_KNOWN_HOSTS }}" > ~/.ssh/known_hosts
|
||||
chmod 644 ~/.ssh/known_hosts
|
||||
- name: Test SSH
|
||||
run: ssh -p $${{ FORGEJO_SSH_PORT }} ${{ secrets.FORGEJO_SSH_ACCOUNT }} echo test
|
||||
run: |
|
||||
echo "avant"
|
||||
ssh -p $${{ FORGEJO_SSH_PORT }} ${{ secrets.FORGEJO_SSH_ACCOUNT }} echo test
|
||||
echo "après"
|
||||
- name: Checkout tricoteuses-legifrance
|
||||
uses: https://code.forgejo.org/actions/checkout@v4
|
||||
- name: Install tricoteuses-legifrance
|
||||
|
|
Loading…
Add table
Reference in a new issue