1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2024-12-04 10:34:52 +02:00

Преобразование OPI -> OInt (workflow)

This commit is contained in:
Vitaly the Alpaca 2024-04-19 14:31:47 +00:00 committed by Vitaly the Alpaca (bot)
parent a286bdc031
commit 78d20f733b

View File

@ -715,26 +715,26 @@ Testing-Slack:
run: oscript /home/runner/.local/share/ovm/current/lib/1testrunner/src/main.os -run ./OInt/tests/Modules/internal/OPI_Тесты.os "Слак_ОтправитьУдалитьСообщение"
Encode:
runs-on: ubuntu-latest
needs: Testing-Twitter
if: ${{ always() }}
permissions:
runs-on: ubuntu-latest
needs: Testing-Twitter
if: ${{ always() }}
permissions:
contents: write
steps:
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2
- name: Обновить данные в репозитории
- name: Обновить данные в репозитории
run: git pull https://github.com/Bayselonarrend/OpenIntegrations
- name: Получить тестовые данные из кэша
- name: Получить тестовые данные из кэша
uses: actions/cache/restore@v3
with:
key: test-data_new
path: ./data.json
- name: Зашифровать данные обратно
- name: Зашифровать данные обратно
continue-on-error: false
run: |
@ -744,7 +744,7 @@ steps:
env:
ENC_JSON: ${{ secrets.ENC_JSON }}
- name: Записать данные
- name: Записать данные
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_user_name: Vitaly the Alpaca (bot)
@ -754,11 +754,11 @@ steps:
Clear-Cache:
runs-on: ubuntu-latest
needs: [Testing-Telegram, Testing-VK, Testing-YandexDisk, Testing-Viber, Testing-Notion, Testing-GoogleCalendar, Testing-GoogleDrive, Encode]
if: ${{ always() }}
steps:
- name: Очистка основного кэша
runs-on: ubuntu-latest
needs: [Testing-Telegram, Testing-VK, Testing-YandexDisk, Testing-Viber, Testing-Notion, Testing-GoogleCalendar, Testing-GoogleDrive, Encode]
if: ${{ always() }}
steps:
- name: Очистка основного кэша
run: |
curl -L \
-X DELETE \
@ -767,7 +767,7 @@ steps:
-H "X-GitHub-Api-Version: 2022-11-28" \
"https://api.github.com/repos/Bayselonarrend/OpenIntegrations/actions/caches?key=test-data"
- name: Очистка кэша Google
- name: Очистка кэша Google
run: |
curl -L \
-X DELETE \
@ -776,7 +776,7 @@ steps:
-H "X-GitHub-Api-Version: 2022-11-28" \
"https://api.github.com/repos/Bayselonarrend/OpenIntegrations/actions/caches?key=test-data_google"
- name: Очистка кэша Twitter
- name: Очистка кэша Twitter
run: |
curl -L \
-X DELETE \