From 022bc3109ac576626ac2acc2b3005b090185eec3 Mon Sep 17 00:00:00 2001 From: Andrew K Date: Thu, 8 Jan 2026 22:36:40 +0900 Subject: [PATCH] add link to badge as a comment --- .gitea/workflows/test_run.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/test_run.yaml b/.gitea/workflows/test_run.yaml index 9dfcee7..da5ef12 100644 --- a/.gitea/workflows/test_run.yaml +++ b/.gitea/workflows/test_run.yaml @@ -23,4 +23,6 @@ jobs: fi echo "✅ Flask server started successfully" kill $SERVER_PID - - run: echo "🍏 This job's status is ${{ job.status }}." \ No newline at end of file + - run: echo "🍏 This job's status is ${{ job.status }}." + +# https://git.fybe.dev/fybe_servers/adrive/actions/workflows/test_run.yaml/badge.svg?branch=main \ No newline at end of file