From 363157132eb53d8bec86daf5960ea9481b0ba655 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Fri, 24 Apr 2020 16:03:22 +0800 Subject: [PATCH] add sha example Signed-off-by: Bo-Yi Wu --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 01f9713..d015416 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,8 @@ jobs: token: ${{ secrets.TELEGRAM_TOKEN }} message: | The ${{ github.event_name }} event triggered second step. - show the github varable: ${{ github.ref }} + show the github varable ref: ${{ github.ref }} + show the github varable commit: ${{ github.sha }} - name: send default message uses: appleboy/telegram-action@master