From ed144893bace5d15db80deb9ad666ee9686ddac5 Mon Sep 17 00:00:00 2001 From: NiJia Lin Date: Tue, 16 Feb 2021 01:22:15 +0800 Subject: [PATCH] fix typo (#29) --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 903299f..7cd9013 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,17 +14,17 @@ jobs: token: ${{ secrets.TELEGRAM_TOKEN }} args: The ${{ github.event_name }} event triggered first step. - - name: send message useing with + - name: send message using with uses: ./ with: to: ${{ secrets.TELEGRAM_TO }} token: ${{ secrets.TELEGRAM_TOKEN }} message: | 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 }} + show the github variable ref: ${{ github.ref }} + show the github variable commit: ${{ github.sha }} + show the github variable ref: {{ commit.ref }} + show the github variable commit: {{ commit.sha }} Commit Message: ${{ github.event.head_commit.message }} - name: send default message