From b57dc4636d09924fb436d47d047332ecee877a7e Mon Sep 17 00:00:00 2001 From: Jack Jackson Date: Tue, 25 Feb 2025 18:44:29 -0800 Subject: [PATCH] asd --- .gitea/workflows/publish.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index 7bf9fd1..d28db4e 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -22,6 +22,7 @@ jobs: runs-on: busybox steps: - run: | + echo "Hello World" # This is necessary because, if `grep ...` doesn't find anything, it will _return_ (not print) a value of 1 # (non-zero return codes indicating errors in Unix - since there are many more ways for something to go wrong # than there are for it to go right!), and so the `files=` assignment will also return 1, and the whole operation