From abd0142ad907b74d838aefeea5ce21e300003ea6 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Fri, 24 Apr 2020 16:04:04 +0800 Subject: [PATCH] add drone variable example Signed-off-by: Bo-Yi Wu --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d015416..3578bf3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,6 +23,8 @@ jobs: The ${{ github.event_name }} event triggered second step. show the github varable ref: ${{ github.ref }} show the github varable commit: ${{ github.sha }} + show the github varable ref: {{ commit.ref }} + show the github varable commit: {{ commit.sha }} - name: send default message uses: appleboy/telegram-action@master