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