mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
github workflow test-transfer-udp-http: (hopefully) fix path error
This commit is contained in:
parent
c6052571c4
commit
e8d04980bc
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test-transfer-udp-http.yml
vendored
4
.github/workflows/test-transfer-udp-http.yml
vendored
|
|
@ -13,6 +13,6 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- name: Test file transferS
|
- name: Test file transfers
|
||||||
uses: ../actions/test-transfer-udp-http/action@v1
|
uses: ./.github/actions/test-transfer-udp-http/action@v1
|
||||||
id: test_transfer_udp_http
|
id: test_transfer_udp_http
|
||||||
Loading…
Add table
Add a link
Reference in a new issue