mirror of
https://github.com/angristan/openvpn-install.git
synced 2024-11-14 12:59:03 +01:00
Fix checkout in test workflow
This commit is contained in:
parent
0ac1bf4f51
commit
ca8d58d5f0
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user