From cf0961cda8e9a1bda3ce9234d3f3da052d0669a8 Mon Sep 17 00:00:00 2001 From: oliverpool Date: Sat, 19 Aug 2023 20:40:52 +0200 Subject: [PATCH] use tail --- .forgejo/workflows/pr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: