diff --git a/.forgejo/workflows/pr.yml b/.forgejo/workflows/pr.yml index 2f79e82..a41759b 100644 --- a/.forgejo/workflows/pr.yml +++ b/.forgejo/workflows/pr.yml @@ -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: