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
|
||||
# keep server running in the background
|
||||
ACTION_TESTING=1 go test . &
|
||||
# wait for the OVH_ENDPOINT output to be written
|
||||
inotifywait delete_me_when_ready
|
||||
# wait for the OVH_ENDPOINT output to be written (inotifywait not available)
|
||||
tail --follow=name delete_me_when_ready
|
||||
- name: update the record
|
||||
uses: ./
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue