diff --git a/README.md b/README.md index 4458940..bd7ef4d 100644 --- a/README.md +++ b/README.md @@ -107,3 +107,17 @@ See the result: (get chat id like `65382999`) ] } ``` + +## Template variable + +| Github Variable | Telegram Temaplte Variable | +|-------------------|----------------------------| +| GITHUB_REPOSITORY | repo | +| GITHUB_ACTOR | repo.namespace | +| GITHUB_SHA | commit.sha | +| GITHUB_REF | commit.ref | +| GITHUB_WORKFLOW | github.workflow | +| GITHUB_ACTION | github.action | +| GITHUB_EVENT_NAME | github.event.name | +| GITHUB_EVENT_PATH | github.event.path | +| GITHUB_WORKSPACE | github.workspace |