We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4600e36 commit 885e319Copy full SHA for 885e319
.github/workflows/android.yml
@@ -76,7 +76,7 @@ jobs:
76
77
- name: Post to Telegram channel
78
if: ${{ success() && github.ref == 'refs/heads/master' && github.ref_type != 'tag' && env.BOT_TOKEN != '' }}
79
- uses: Dev4Mod/telegram-github-action@main
+ uses: Dev4Mod/telegram-github-action@master
80
with:
81
to: ${{ env.CHANNEL_ID }}
82
token: ${{ env.BOT_TOKEN }}
0 commit comments