mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-11-26 01:07:37 +01:00
action does not trigger another on push action (https://github.community/t/action-does-not-trigger-another-on-push-tag-action/17148)
This commit is contained in:
parent
ecdb04c23e
commit
ef27bc5ece
2 changed files with 2 additions and 0 deletions
1
.github/workflows/make_and_send_alert.yml
vendored
1
.github/workflows/make_and_send_alert.yml
vendored
|
@ -15,6 +15,7 @@ jobs:
|
|||
- name: Clone.
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
token: ${{ secrets.MY_PERSONAL_ACCESS_TOKEN }}
|
||||
submodules: recursive
|
||||
|
||||
- name: Setup Python.
|
||||
|
|
|
@ -17,6 +17,7 @@ jobs:
|
|||
- name: Clone.
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
token: ${{ secrets.MY_PERSONAL_ACCESS_TOKEN }}
|
||||
submodules: recursive
|
||||
|
||||
- name: Setup Python.
|
||||
|
|
Loading…
Reference in a new issue