1
1
mirror of https://github.com/namibia/openvpn-install.git synced 2024-06-09 14:42:23 +00:00

Fix checkout in test workflow

This commit is contained in:
Stanislas Lange 2023-01-22 00:06:05 +01:00 committed by Stanislas
parent 0ac1bf4f51
commit ca8d58d5f0

View File

@ -80,7 +80,7 @@ jobs:
host: ${{ steps.server_ip.outputs.value }} host: ${{ steps.server_ip.outputs.value }}
username: root username: root
key: ${{ secrets.SSH_KEY }} key: ${{ secrets.SSH_KEY }}
script: set -x && git clone https://github.com/angristan/openvpn-install.git && cd openvpn-install && git checkout ${{ github.event.pull_request.head.sha }} script: set -x && git clone https://github.com/angristan/openvpn-install.git && cd openvpn-install && git checkout ${{ github.sha }}
- name: Run openvpn-install.sh in headless mode - name: Run openvpn-install.sh in headless mode
uses: appleboy/ssh-action@v0.1.6 uses: appleboy/ssh-action@v0.1.6