File tree 2 files changed +0
-16
lines changed
2 files changed +0
-16
lines changed Original file line number Diff line number Diff line change 23
23
max_time : ${{ steps.output.outputs.max_time }}
24
24
requests_per_sec : ${{ steps.output.outputs.requests_per_sec }}
25
25
steps :
26
- - name : Set up WireGuard
27
- uses :
egor-tensin/[email protected]
28
- with :
29
- endpoint : ' ${{ secrets.WG_PERF_ENDPOINT }}'
30
- endpoint_public_key : ' ${{ secrets.WG_PERF_ENDPOINT_PUBLIC_KEY }}'
31
- ips : ' ${{ secrets.WG_PERF_IPS }}'
32
- allowed_ips : ' ${{ secrets.WG_PERF_ALLOWED_IPS }}'
33
- private_key : ' ${{ secrets.WG_PERF_PRIVATE_KEY }}'
34
26
- name : Clean files from previous runs
35
27
uses : AutoModality/action-clean@v1
36
28
- name : Check out repository
Original file line number Diff line number Diff line change 25
25
max_time : ${{ steps.output.outputs.max_time }}
26
26
requests_per_sec : ${{ steps.output.outputs.requests_per_sec }}
27
27
steps :
28
- - name : Set up WireGuard
29
- uses :
egor-tensin/[email protected]
30
- with :
31
- endpoint : ' ${{ secrets.WG_PERF_ENDPOINT }}'
32
- endpoint_public_key : ' ${{ secrets.WG_PERF_ENDPOINT_PUBLIC_KEY }}'
33
- ips : ' ${{ secrets.WG_PERF_IPS }}'
34
- allowed_ips : ' ${{ secrets.WG_PERF_ALLOWED_IPS }}'
35
- private_key : ' ${{ secrets.WG_PERF_PRIVATE_KEY }}'
36
28
- name : Clean files from previous runs
37
29
uses : AutoModality/action-clean@v1
38
30
- name : Check out repository
You can’t perform that action at this time.
0 commit comments