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
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ jobs:
host: ${{ steps.server_ip.outputs.value }}
username: root
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
uses: appleboy/ssh-action@v0.1.6