Skip to content

Commit 885e319

Browse files
committed
Fix Telegram action reference to master branch
1 parent 4600e36 commit 885e319

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
7777
- name: Post to Telegram channel
7878
if: ${{ success() && github.ref == 'refs/heads/master' && github.ref_type != 'tag' && env.BOT_TOKEN != '' }}
79-
uses: Dev4Mod/telegram-github-action@main
79+
uses: Dev4Mod/telegram-github-action@master
8080
with:
8181
to: ${{ env.CHANNEL_ID }}
8282
token: ${{ env.BOT_TOKEN }}

0 commit comments

Comments
 (0)