1
0
Mirror von https://github.com/angristan/openvpn-install.git synchronisiert 2026-04-07 03:17:49 +02:00

Fix checkout in test workflow

Dieser Commit ist enthalten in:
Stanislas Lange
2023-01-22 00:06:05 +01:00
committet von Stanislas
Ursprung 0ac1bf4f51
Commit ca8d58d5f0

Datei anzeigen

@@ -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