mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2024-12-25 02:42:28 +02:00
Update cli_test.yml
This commit is contained in:
parent
accc935f1b
commit
c6e5108a05
13
.github/workflows/cli_test.yml
vendored
13
.github/workflows/cli_test.yml
vendored
@ -79,3 +79,16 @@ jobs:
|
||||
- name: Выполнить Телеграм_ПолучитьИнформациюБота
|
||||
if: ${{ cancelled() }} == false
|
||||
run: ./oint_bin telegram ПолучитьИнформациюБота --token ${{ env.json_Telegram_Token }}
|
||||
|
||||
Clear-Cache:
|
||||
runs-on: ubuntu-latest
|
||||
needs: [Testing-Telegram]
|
||||
steps:
|
||||
- name: Очистка кэша
|
||||
run: |
|
||||
curl -L \
|
||||
-X DELETE \
|
||||
-H "Accept: application/vnd.github+json" \
|
||||
-H "Authorization: Bearer ${{ secrets.TOKEN }}" \
|
||||
-H "X-GitHub-Api-Version: 2022-11-28" \
|
||||
"test-data"
|
||||
|
Loading…
Reference in New Issue
Block a user