From f2fb0ab42374621a55bb4c8d562cacc56bef8193 Mon Sep 17 00:00:00 2001 From: amass <168062547@qq.com> Date: Sun, 30 Jun 2024 16:02:59 +0800 Subject: [PATCH] test jq. --- resources/notify.tpl | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 resources/notify.tpl diff --git a/resources/notify.tpl b/resources/notify.tpl new file mode 100644 index 0000000..faadb8d --- /dev/null +++ b/resources/notify.tpl @@ -0,0 +1,6 @@ +repo: ${{ github.repository }} +status: ${{ job.status }} +commit: ${{ github.sha }} +message: ${{ github.event.head_commit.message }} +build link: $DRONE_BUILD_LINK +repo link: https://gitea.amass.fun/${{ github.repository }} \ No newline at end of file