mirror of
https://code.forgejo.org/actions/ovh-dns-update
synced 2025-03-15 14:54:40 +01:00
use tail
This commit is contained in:
parent
1957e53875
commit
cf0961cda8
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@ jobs:
|
||||||
touch delete_me_when_ready
|
touch delete_me_when_ready
|
||||||
# keep server running in the background
|
# keep server running in the background
|
||||||
ACTION_TESTING=1 go test . &
|
ACTION_TESTING=1 go test . &
|
||||||
# wait for the OVH_ENDPOINT output to be written
|
# wait for the OVH_ENDPOINT output to be written (inotifywait not available)
|
||||||
inotifywait delete_me_when_ready
|
tail --follow=name delete_me_when_ready
|
||||||
- name: update the record
|
- name: update the record
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Reference in a new issue