1
0
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:
Anton Titovets 2024-03-20 22:12:42 +03:00 committed by GitHub
parent accc935f1b
commit c6e5108a05
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"