mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2024-12-25 02:42:28 +02:00
Фикс логов
This commit is contained in:
parent
900bfe7764
commit
1cb6318e40
72
.github/workflows/oint_test_Airtable.yml
vendored
72
.github/workflows/oint_test_Airtable.yml
vendored
@ -140,84 +140,12 @@ jobs:
|
||||
env:
|
||||
ENC_JSON: ${{ secrets.ENC_JSON }}
|
||||
|
||||
- name: Получить логи Telegram
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Telegram
|
||||
path: ./docs/results/Telegram
|
||||
|
||||
- name: Получить логи VK
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-VK
|
||||
path: ./docs/results/VK
|
||||
|
||||
- name: Получить логи Viber
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Viber
|
||||
path: ./docs/results/Viber
|
||||
|
||||
- name: Получить логи Twitter
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Twitter
|
||||
path: ./docs/results/Twitter
|
||||
|
||||
- name: Получить логи YandexDisk
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-YandexDisk
|
||||
path: ./docs/results/YandexDisk
|
||||
|
||||
- name: Получить логи GoogleWorkspace
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleWorkspace
|
||||
path: ./docs/results/GoogleWorkspace
|
||||
|
||||
- name: Получить логи GoogleCalendar
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleCalendar
|
||||
path: ./docs/results/GoogleCalendar
|
||||
|
||||
- name: Получить логи GoogleDrive
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleDrive
|
||||
path: ./docs/results/GoogleDrive
|
||||
|
||||
- name: Получить логи GoogleSheets
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleSheets
|
||||
path: ./docs/results/GoogleSheets
|
||||
|
||||
- name: Получить логи Notion
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Notion
|
||||
path: ./docs/results/Notion
|
||||
|
||||
- name: Получить логи Slack
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Slack
|
||||
path: ./docs/results/Slack
|
||||
|
||||
- name: Получить логи Airtable
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Airtable
|
||||
path: ./docs/results/Airtable
|
||||
|
||||
- name: Получить логи Dropbox
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Dropbox
|
||||
path: ./docs/results/Dropbox
|
||||
|
||||
|
||||
- name: Записать данные
|
||||
uses: stefanzweifel/git-auto-commit-action@v5
|
||||
|
72
.github/workflows/oint_test_Dropbox.yml
vendored
72
.github/workflows/oint_test_Dropbox.yml
vendored
@ -152,78 +152,6 @@ jobs:
|
||||
env:
|
||||
ENC_JSON: ${{ secrets.ENC_JSON }}
|
||||
|
||||
- name: Получить логи Telegram
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Telegram
|
||||
path: ./docs/results/Telegram
|
||||
|
||||
- name: Получить логи VK
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-VK
|
||||
path: ./docs/results/VK
|
||||
|
||||
- name: Получить логи Viber
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Viber
|
||||
path: ./docs/results/Viber
|
||||
|
||||
- name: Получить логи Twitter
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Twitter
|
||||
path: ./docs/results/Twitter
|
||||
|
||||
- name: Получить логи YandexDisk
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-YandexDisk
|
||||
path: ./docs/results/YandexDisk
|
||||
|
||||
- name: Получить логи GoogleWorkspace
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleWorkspace
|
||||
path: ./docs/results/GoogleWorkspace
|
||||
|
||||
- name: Получить логи GoogleCalendar
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleCalendar
|
||||
path: ./docs/results/GoogleCalendar
|
||||
|
||||
- name: Получить логи GoogleDrive
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleDrive
|
||||
path: ./docs/results/GoogleDrive
|
||||
|
||||
- name: Получить логи GoogleSheets
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleSheets
|
||||
path: ./docs/results/GoogleSheets
|
||||
|
||||
- name: Получить логи Notion
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Notion
|
||||
path: ./docs/results/Notion
|
||||
|
||||
- name: Получить логи Slack
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Slack
|
||||
path: ./docs/results/Slack
|
||||
|
||||
- name: Получить логи Airtable
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Airtable
|
||||
path: ./docs/results/Airtable
|
||||
|
||||
- name: Получить логи Dropbox
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
|
72
.github/workflows/oint_test_GoogleCalendar.yml
vendored
72
.github/workflows/oint_test_GoogleCalendar.yml
vendored
@ -140,84 +140,12 @@ jobs:
|
||||
env:
|
||||
ENC_JSON: ${{ secrets.ENC_JSON }}
|
||||
|
||||
- name: Получить логи Telegram
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Telegram
|
||||
path: ./docs/results/Telegram
|
||||
|
||||
- name: Получить логи VK
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-VK
|
||||
path: ./docs/results/VK
|
||||
|
||||
- name: Получить логи Viber
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Viber
|
||||
path: ./docs/results/Viber
|
||||
|
||||
- name: Получить логи Twitter
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Twitter
|
||||
path: ./docs/results/Twitter
|
||||
|
||||
- name: Получить логи YandexDisk
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-YandexDisk
|
||||
path: ./docs/results/YandexDisk
|
||||
|
||||
- name: Получить логи GoogleWorkspace
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleWorkspace
|
||||
path: ./docs/results/GoogleWorkspace
|
||||
|
||||
- name: Получить логи GoogleCalendar
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleCalendar
|
||||
path: ./docs/results/GoogleCalendar
|
||||
|
||||
- name: Получить логи GoogleDrive
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleDrive
|
||||
path: ./docs/results/GoogleDrive
|
||||
|
||||
- name: Получить логи GoogleSheets
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleSheets
|
||||
path: ./docs/results/GoogleSheets
|
||||
|
||||
- name: Получить логи Notion
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Notion
|
||||
path: ./docs/results/Notion
|
||||
|
||||
- name: Получить логи Slack
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Slack
|
||||
path: ./docs/results/Slack
|
||||
|
||||
- name: Получить логи Airtable
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Airtable
|
||||
path: ./docs/results/Airtable
|
||||
|
||||
- name: Получить логи Dropbox
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Dropbox
|
||||
path: ./docs/results/Dropbox
|
||||
|
||||
|
||||
- name: Записать данные
|
||||
uses: stefanzweifel/git-auto-commit-action@v5
|
||||
|
72
.github/workflows/oint_test_GoogleDrive.yml
vendored
72
.github/workflows/oint_test_GoogleDrive.yml
vendored
@ -140,84 +140,12 @@ jobs:
|
||||
env:
|
||||
ENC_JSON: ${{ secrets.ENC_JSON }}
|
||||
|
||||
- name: Получить логи Telegram
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Telegram
|
||||
path: ./docs/results/Telegram
|
||||
|
||||
- name: Получить логи VK
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-VK
|
||||
path: ./docs/results/VK
|
||||
|
||||
- name: Получить логи Viber
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Viber
|
||||
path: ./docs/results/Viber
|
||||
|
||||
- name: Получить логи Twitter
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Twitter
|
||||
path: ./docs/results/Twitter
|
||||
|
||||
- name: Получить логи YandexDisk
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-YandexDisk
|
||||
path: ./docs/results/YandexDisk
|
||||
|
||||
- name: Получить логи GoogleWorkspace
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleWorkspace
|
||||
path: ./docs/results/GoogleWorkspace
|
||||
|
||||
- name: Получить логи GoogleCalendar
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleCalendar
|
||||
path: ./docs/results/GoogleCalendar
|
||||
|
||||
- name: Получить логи GoogleDrive
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleDrive
|
||||
path: ./docs/results/GoogleDrive
|
||||
|
||||
- name: Получить логи GoogleSheets
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleSheets
|
||||
path: ./docs/results/GoogleSheets
|
||||
|
||||
- name: Получить логи Notion
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Notion
|
||||
path: ./docs/results/Notion
|
||||
|
||||
- name: Получить логи Slack
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Slack
|
||||
path: ./docs/results/Slack
|
||||
|
||||
- name: Получить логи Airtable
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Airtable
|
||||
path: ./docs/results/Airtable
|
||||
|
||||
- name: Получить логи Dropbox
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Dropbox
|
||||
path: ./docs/results/Dropbox
|
||||
|
||||
|
||||
- name: Записать данные
|
||||
uses: stefanzweifel/git-auto-commit-action@v5
|
||||
|
72
.github/workflows/oint_test_GoogleSheets.yml
vendored
72
.github/workflows/oint_test_GoogleSheets.yml
vendored
@ -136,84 +136,12 @@ jobs:
|
||||
env:
|
||||
ENC_JSON: ${{ secrets.ENC_JSON }}
|
||||
|
||||
- name: Получить логи Telegram
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Telegram
|
||||
path: ./docs/results/Telegram
|
||||
|
||||
- name: Получить логи VK
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-VK
|
||||
path: ./docs/results/VK
|
||||
|
||||
- name: Получить логи Viber
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Viber
|
||||
path: ./docs/results/Viber
|
||||
|
||||
- name: Получить логи Twitter
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Twitter
|
||||
path: ./docs/results/Twitter
|
||||
|
||||
- name: Получить логи YandexDisk
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-YandexDisk
|
||||
path: ./docs/results/YandexDisk
|
||||
|
||||
- name: Получить логи GoogleWorkspace
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleWorkspace
|
||||
path: ./docs/results/GoogleWorkspace
|
||||
|
||||
- name: Получить логи GoogleCalendar
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleCalendar
|
||||
path: ./docs/results/GoogleCalendar
|
||||
|
||||
- name: Получить логи GoogleDrive
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleDrive
|
||||
path: ./docs/results/GoogleDrive
|
||||
|
||||
- name: Получить логи GoogleSheets
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleSheets
|
||||
path: ./docs/results/GoogleSheets
|
||||
|
||||
- name: Получить логи Notion
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Notion
|
||||
path: ./docs/results/Notion
|
||||
|
||||
- name: Получить логи Slack
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Slack
|
||||
path: ./docs/results/Slack
|
||||
|
||||
- name: Получить логи Airtable
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Airtable
|
||||
path: ./docs/results/Airtable
|
||||
|
||||
- name: Получить логи Dropbox
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Dropbox
|
||||
path: ./docs/results/Dropbox
|
||||
|
||||
|
||||
- name: Записать данные
|
||||
uses: stefanzweifel/git-auto-commit-action@v5
|
||||
|
72
.github/workflows/oint_test_GoogleWorkspace.yml
vendored
72
.github/workflows/oint_test_GoogleWorkspace.yml
vendored
@ -144,84 +144,12 @@ jobs:
|
||||
env:
|
||||
ENC_JSON: ${{ secrets.ENC_JSON }}
|
||||
|
||||
- name: Получить логи Telegram
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Telegram
|
||||
path: ./docs/results/Telegram
|
||||
|
||||
- name: Получить логи VK
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-VK
|
||||
path: ./docs/results/VK
|
||||
|
||||
- name: Получить логи Viber
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Viber
|
||||
path: ./docs/results/Viber
|
||||
|
||||
- name: Получить логи Twitter
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Twitter
|
||||
path: ./docs/results/Twitter
|
||||
|
||||
- name: Получить логи YandexDisk
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-YandexDisk
|
||||
path: ./docs/results/YandexDisk
|
||||
|
||||
- name: Получить логи GoogleWorkspace
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleWorkspace
|
||||
path: ./docs/results/GoogleWorkspace
|
||||
|
||||
- name: Получить логи GoogleCalendar
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleCalendar
|
||||
path: ./docs/results/GoogleCalendar
|
||||
|
||||
- name: Получить логи GoogleDrive
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleDrive
|
||||
path: ./docs/results/GoogleDrive
|
||||
|
||||
- name: Получить логи GoogleSheets
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleSheets
|
||||
path: ./docs/results/GoogleSheets
|
||||
|
||||
- name: Получить логи Notion
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Notion
|
||||
path: ./docs/results/Notion
|
||||
|
||||
- name: Получить логи Slack
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Slack
|
||||
path: ./docs/results/Slack
|
||||
|
||||
- name: Получить логи Airtable
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Airtable
|
||||
path: ./docs/results/Airtable
|
||||
|
||||
- name: Получить логи Dropbox
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Dropbox
|
||||
path: ./docs/results/Dropbox
|
||||
|
||||
|
||||
- name: Записать данные
|
||||
uses: stefanzweifel/git-auto-commit-action@v5
|
||||
|
72
.github/workflows/oint_test_Notion.yml
vendored
72
.github/workflows/oint_test_Notion.yml
vendored
@ -160,84 +160,12 @@ jobs:
|
||||
env:
|
||||
ENC_JSON: ${{ secrets.ENC_JSON }}
|
||||
|
||||
- name: Получить логи Telegram
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Telegram
|
||||
path: ./docs/results/Telegram
|
||||
|
||||
- name: Получить логи VK
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-VK
|
||||
path: ./docs/results/VK
|
||||
|
||||
- name: Получить логи Viber
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Viber
|
||||
path: ./docs/results/Viber
|
||||
|
||||
- name: Получить логи Twitter
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Twitter
|
||||
path: ./docs/results/Twitter
|
||||
|
||||
- name: Получить логи YandexDisk
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-YandexDisk
|
||||
path: ./docs/results/YandexDisk
|
||||
|
||||
- name: Получить логи GoogleWorkspace
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleWorkspace
|
||||
path: ./docs/results/GoogleWorkspace
|
||||
|
||||
- name: Получить логи GoogleCalendar
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleCalendar
|
||||
path: ./docs/results/GoogleCalendar
|
||||
|
||||
- name: Получить логи GoogleDrive
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleDrive
|
||||
path: ./docs/results/GoogleDrive
|
||||
|
||||
- name: Получить логи GoogleSheets
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleSheets
|
||||
path: ./docs/results/GoogleSheets
|
||||
|
||||
- name: Получить логи Notion
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Notion
|
||||
path: ./docs/results/Notion
|
||||
|
||||
- name: Получить логи Slack
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Slack
|
||||
path: ./docs/results/Slack
|
||||
|
||||
- name: Получить логи Airtable
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Airtable
|
||||
path: ./docs/results/Airtable
|
||||
|
||||
- name: Получить логи Dropbox
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Dropbox
|
||||
path: ./docs/results/Dropbox
|
||||
|
||||
|
||||
- name: Записать данные
|
||||
uses: stefanzweifel/git-auto-commit-action@v5
|
||||
|
72
.github/workflows/oint_test_Slack.yml
vendored
72
.github/workflows/oint_test_Slack.yml
vendored
@ -176,84 +176,12 @@ jobs:
|
||||
env:
|
||||
ENC_JSON: ${{ secrets.ENC_JSON }}
|
||||
|
||||
- name: Получить логи Telegram
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Telegram
|
||||
path: ./docs/results/Telegram
|
||||
|
||||
- name: Получить логи VK
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-VK
|
||||
path: ./docs/results/VK
|
||||
|
||||
- name: Получить логи Viber
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Viber
|
||||
path: ./docs/results/Viber
|
||||
|
||||
- name: Получить логи Twitter
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Twitter
|
||||
path: ./docs/results/Twitter
|
||||
|
||||
- name: Получить логи YandexDisk
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-YandexDisk
|
||||
path: ./docs/results/YandexDisk
|
||||
|
||||
- name: Получить логи GoogleWorkspace
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleWorkspace
|
||||
path: ./docs/results/GoogleWorkspace
|
||||
|
||||
- name: Получить логи GoogleCalendar
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleCalendar
|
||||
path: ./docs/results/GoogleCalendar
|
||||
|
||||
- name: Получить логи GoogleDrive
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleDrive
|
||||
path: ./docs/results/GoogleDrive
|
||||
|
||||
- name: Получить логи GoogleSheets
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleSheets
|
||||
path: ./docs/results/GoogleSheets
|
||||
|
||||
- name: Получить логи Notion
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Notion
|
||||
path: ./docs/results/Notion
|
||||
|
||||
- name: Получить логи Slack
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Slack
|
||||
path: ./docs/results/Slack
|
||||
|
||||
- name: Получить логи Airtable
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Airtable
|
||||
path: ./docs/results/Airtable
|
||||
|
||||
- name: Получить логи Dropbox
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Dropbox
|
||||
path: ./docs/results/Dropbox
|
||||
|
||||
|
||||
- name: Записать данные
|
||||
uses: stefanzweifel/git-auto-commit-action@v5
|
||||
|
72
.github/workflows/oint_test_Telegram.yml
vendored
72
.github/workflows/oint_test_Telegram.yml
vendored
@ -218,78 +218,6 @@ jobs:
|
||||
key: logs-Telegram
|
||||
path: ./docs/results/Telegram
|
||||
|
||||
- name: Получить логи VK
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-VK
|
||||
path: ./docs/results/VK
|
||||
|
||||
- name: Получить логи Viber
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Viber
|
||||
path: ./docs/results/Viber
|
||||
|
||||
- name: Получить логи Twitter
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Twitter
|
||||
path: ./docs/results/Twitter
|
||||
|
||||
- name: Получить логи YandexDisk
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-YandexDisk
|
||||
path: ./docs/results/YandexDisk
|
||||
|
||||
- name: Получить логи GoogleWorkspace
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleWorkspace
|
||||
path: ./docs/results/GoogleWorkspace
|
||||
|
||||
- name: Получить логи GoogleCalendar
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleCalendar
|
||||
path: ./docs/results/GoogleCalendar
|
||||
|
||||
- name: Получить логи GoogleDrive
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleDrive
|
||||
path: ./docs/results/GoogleDrive
|
||||
|
||||
- name: Получить логи GoogleSheets
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleSheets
|
||||
path: ./docs/results/GoogleSheets
|
||||
|
||||
- name: Получить логи Notion
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Notion
|
||||
path: ./docs/results/Notion
|
||||
|
||||
- name: Получить логи Slack
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Slack
|
||||
path: ./docs/results/Slack
|
||||
|
||||
- name: Получить логи Airtable
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Airtable
|
||||
path: ./docs/results/Airtable
|
||||
|
||||
- name: Получить логи Dropbox
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Dropbox
|
||||
path: ./docs/results/Dropbox
|
||||
|
||||
|
||||
- name: Записать данные
|
||||
uses: stefanzweifel/git-auto-commit-action@v5
|
||||
|
72
.github/workflows/oint_test_Twitter.yml
vendored
72
.github/workflows/oint_test_Twitter.yml
vendored
@ -160,84 +160,12 @@ jobs:
|
||||
env:
|
||||
ENC_JSON: ${{ secrets.ENC_JSON }}
|
||||
|
||||
- name: Получить логи Telegram
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Telegram
|
||||
path: ./docs/results/Telegram
|
||||
|
||||
- name: Получить логи VK
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-VK
|
||||
path: ./docs/results/VK
|
||||
|
||||
- name: Получить логи Viber
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Viber
|
||||
path: ./docs/results/Viber
|
||||
|
||||
- name: Получить логи Twitter
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Twitter
|
||||
path: ./docs/results/Twitter
|
||||
|
||||
- name: Получить логи YandexDisk
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-YandexDisk
|
||||
path: ./docs/results/YandexDisk
|
||||
|
||||
- name: Получить логи GoogleWorkspace
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleWorkspace
|
||||
path: ./docs/results/GoogleWorkspace
|
||||
|
||||
- name: Получить логи GoogleCalendar
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleCalendar
|
||||
path: ./docs/results/GoogleCalendar
|
||||
|
||||
- name: Получить логи GoogleDrive
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleDrive
|
||||
path: ./docs/results/GoogleDrive
|
||||
|
||||
- name: Получить логи GoogleSheets
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleSheets
|
||||
path: ./docs/results/GoogleSheets
|
||||
|
||||
- name: Получить логи Notion
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Notion
|
||||
path: ./docs/results/Notion
|
||||
|
||||
- name: Получить логи Slack
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Slack
|
||||
path: ./docs/results/Slack
|
||||
|
||||
- name: Получить логи Airtable
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Airtable
|
||||
path: ./docs/results/Airtable
|
||||
|
||||
- name: Получить логи Dropbox
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Dropbox
|
||||
path: ./docs/results/Dropbox
|
||||
|
||||
|
||||
- name: Записать данные
|
||||
uses: stefanzweifel/git-auto-commit-action@v5
|
||||
|
72
.github/workflows/oint_test_VK.yml
vendored
72
.github/workflows/oint_test_VK.yml
vendored
@ -204,84 +204,12 @@ jobs:
|
||||
env:
|
||||
ENC_JSON: ${{ secrets.ENC_JSON }}
|
||||
|
||||
- name: Получить логи Telegram
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Telegram
|
||||
path: ./docs/results/Telegram
|
||||
|
||||
- name: Получить логи VK
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-VK
|
||||
path: ./docs/results/VK
|
||||
|
||||
- name: Получить логи Viber
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Viber
|
||||
path: ./docs/results/Viber
|
||||
|
||||
- name: Получить логи Twitter
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Twitter
|
||||
path: ./docs/results/Twitter
|
||||
|
||||
- name: Получить логи YandexDisk
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-YandexDisk
|
||||
path: ./docs/results/YandexDisk
|
||||
|
||||
- name: Получить логи GoogleWorkspace
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleWorkspace
|
||||
path: ./docs/results/GoogleWorkspace
|
||||
|
||||
- name: Получить логи GoogleCalendar
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleCalendar
|
||||
path: ./docs/results/GoogleCalendar
|
||||
|
||||
- name: Получить логи GoogleDrive
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleDrive
|
||||
path: ./docs/results/GoogleDrive
|
||||
|
||||
- name: Получить логи GoogleSheets
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleSheets
|
||||
path: ./docs/results/GoogleSheets
|
||||
|
||||
- name: Получить логи Notion
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Notion
|
||||
path: ./docs/results/Notion
|
||||
|
||||
- name: Получить логи Slack
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Slack
|
||||
path: ./docs/results/Slack
|
||||
|
||||
- name: Получить логи Airtable
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Airtable
|
||||
path: ./docs/results/Airtable
|
||||
|
||||
- name: Получить логи Dropbox
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Dropbox
|
||||
path: ./docs/results/Dropbox
|
||||
|
||||
|
||||
- name: Записать данные
|
||||
uses: stefanzweifel/git-auto-commit-action@v5
|
||||
|
72
.github/workflows/oint_test_Viber.yml
vendored
72
.github/workflows/oint_test_Viber.yml
vendored
@ -160,84 +160,12 @@ jobs:
|
||||
env:
|
||||
ENC_JSON: ${{ secrets.ENC_JSON }}
|
||||
|
||||
- name: Получить логи Telegram
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Telegram
|
||||
path: ./docs/results/Telegram
|
||||
|
||||
- name: Получить логи VK
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-VK
|
||||
path: ./docs/results/VK
|
||||
|
||||
- name: Получить логи Viber
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Viber
|
||||
path: ./docs/results/Viber
|
||||
|
||||
- name: Получить логи Twitter
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Twitter
|
||||
path: ./docs/results/Twitter
|
||||
|
||||
- name: Получить логи YandexDisk
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-YandexDisk
|
||||
path: ./docs/results/YandexDisk
|
||||
|
||||
- name: Получить логи GoogleWorkspace
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleWorkspace
|
||||
path: ./docs/results/GoogleWorkspace
|
||||
|
||||
- name: Получить логи GoogleCalendar
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleCalendar
|
||||
path: ./docs/results/GoogleCalendar
|
||||
|
||||
- name: Получить логи GoogleDrive
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleDrive
|
||||
path: ./docs/results/GoogleDrive
|
||||
|
||||
- name: Получить логи GoogleSheets
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleSheets
|
||||
path: ./docs/results/GoogleSheets
|
||||
|
||||
- name: Получить логи Notion
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Notion
|
||||
path: ./docs/results/Notion
|
||||
|
||||
- name: Получить логи Slack
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Slack
|
||||
path: ./docs/results/Slack
|
||||
|
||||
- name: Получить логи Airtable
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Airtable
|
||||
path: ./docs/results/Airtable
|
||||
|
||||
- name: Получить логи Dropbox
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Dropbox
|
||||
path: ./docs/results/Dropbox
|
||||
|
||||
|
||||
- name: Записать данные
|
||||
uses: stefanzweifel/git-auto-commit-action@v5
|
||||
|
72
.github/workflows/oint_test_YandexDisk.yml
vendored
72
.github/workflows/oint_test_YandexDisk.yml
vendored
@ -164,84 +164,12 @@ jobs:
|
||||
env:
|
||||
ENC_JSON: ${{ secrets.ENC_JSON }}
|
||||
|
||||
- name: Получить логи Telegram
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Telegram
|
||||
path: ./docs/results/Telegram
|
||||
|
||||
- name: Получить логи VK
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-VK
|
||||
path: ./docs/results/VK
|
||||
|
||||
- name: Получить логи Viber
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Viber
|
||||
path: ./docs/results/Viber
|
||||
|
||||
- name: Получить логи Twitter
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Twitter
|
||||
path: ./docs/results/Twitter
|
||||
|
||||
- name: Получить логи YandexDisk
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-YandexDisk
|
||||
path: ./docs/results/YandexDisk
|
||||
|
||||
- name: Получить логи GoogleWorkspace
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleWorkspace
|
||||
path: ./docs/results/GoogleWorkspace
|
||||
|
||||
- name: Получить логи GoogleCalendar
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleCalendar
|
||||
path: ./docs/results/GoogleCalendar
|
||||
|
||||
- name: Получить логи GoogleDrive
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleDrive
|
||||
path: ./docs/results/GoogleDrive
|
||||
|
||||
- name: Получить логи GoogleSheets
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-GoogleSheets
|
||||
path: ./docs/results/GoogleSheets
|
||||
|
||||
- name: Получить логи Notion
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Notion
|
||||
path: ./docs/results/Notion
|
||||
|
||||
- name: Получить логи Slack
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Slack
|
||||
path: ./docs/results/Slack
|
||||
|
||||
- name: Получить логи Airtable
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Airtable
|
||||
path: ./docs/results/Airtable
|
||||
|
||||
- name: Получить логи Dropbox
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
key: logs-Dropbox
|
||||
path: ./docs/results/Dropbox
|
||||
|
||||
|
||||
- name: Записать данные
|
||||
uses: stefanzweifel/git-auto-commit-action@v5
|
||||
|
11
.github/workflows/os/oint_testmaker.os
vendored
11
.github/workflows/os/oint_testmaker.os
vendored
@ -5,7 +5,7 @@
|
||||
Перем СписокРабот;
|
||||
Перем ТекущийДокумент;
|
||||
Перем ПутьКФайлам;
|
||||
Перем СписокБиблиотек;
|
||||
|
||||
|
||||
Процедура ПриСозданииОбъекта()
|
||||
|
||||
@ -22,7 +22,7 @@
|
||||
|
||||
СообщитьНачалоФайлаПроцесса();
|
||||
СформироватьЗапуск(ТаблицаТестов, СписокБиблиотек);
|
||||
СообщитьОкончаниеФайлаПроцесса(МассивВлияющих);
|
||||
СообщитьОкончаниеФайлаПроцесса(МассивВлияющих, СписокБиблиотек);
|
||||
|
||||
ТекущийДокумент.Записать(ПутьКФайлам + "oint_test_full.yml");
|
||||
|
||||
@ -31,12 +31,13 @@
|
||||
ТекущийДокумент = Новый ТекстовыйДокумент();
|
||||
Библиотека = ТекущаяБиблиотека.Ключ;
|
||||
СписокРабот = "";
|
||||
СообщитьНачалоФайлаПроцесса("Тестирование " + Библиотека);
|
||||
|
||||
СписокОдной = Новый Соответствие();
|
||||
Зависимости = СписокБиблиотек[Библиотека];
|
||||
СписокОдной.Вставить(Библиотека, Зависимости);
|
||||
|
||||
СообщитьНачалоФайлаПроцесса("Тестирование " + Библиотека);
|
||||
|
||||
СформироватьЗапуск(ТаблицаТестов, СписокОдной);
|
||||
|
||||
ТекущийДокумент.ДобавитьСтроку("
|
||||
@ -49,7 +50,7 @@
|
||||
| path: ./data.json
|
||||
|");
|
||||
|
||||
СообщитьОкончаниеФайлаПроцесса("Testing-" + Библиотека);
|
||||
СообщитьОкончаниеФайлаПроцесса("Testing-" + Библиотека, СписокОдной);
|
||||
|
||||
ТекущийДокумент.Записать(ПутьКФайлам + "oint_test_" + Библиотека + ".yml");
|
||||
|
||||
@ -181,7 +182,7 @@
|
||||
|
||||
КонецПроцедуры
|
||||
|
||||
Процедура СообщитьОкончаниеФайлаПроцесса(Знач СписокВлияний = "")
|
||||
Процедура СообщитьОкончаниеФайлаПроцесса(Знач СписокВлияний = "", Знач СписокБиблиотек)
|
||||
|
||||
Если ТипЗнч(СписокВлияний) = Тип("Массив") Тогда
|
||||
СписокВлияний = СтрСоединить(СписокВлияний, ",");
|
||||
|
Loading…
Reference in New Issue
Block a user