diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c62cb0b..01f9713 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,9 @@ jobs: with: to: ${{ secrets.TELEGRAM_TO }} token: ${{ secrets.TELEGRAM_TOKEN }} - message: The ${{ github.event_name }} event triggered second step. + message: | + The ${{ github.event_name }} event triggered second step. + show the github varable: ${{ github.ref }} - name: send default message uses: appleboy/telegram-action@master