1
0
Fork 0
mirror of https://code.forgejo.org/actions/ovh-dns-update synced 2025-03-15 06:46:59 +01:00
This commit is contained in:
oliverpool 2023-08-19 20:40:52 +02:00
parent 1957e53875
commit cf0961cda8

View file

@ -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: