Merge pull request #32 from redrockjs/dev
refactor: data
This commit was merged in pull request #32.
This commit is contained in:
4
.github/workflows/main.yaml
vendored
4
.github/workflows/main.yaml
vendored
@@ -55,6 +55,10 @@ jobs:
|
||||
Репозиторий: ${{ github.repository }}
|
||||
Ветка: ${{ github.ref_name }}
|
||||
Коммит: ${{ github.sha }}
|
||||
DOCKERHUB-TOKEN: ${{secrets.DOCKERHUB_TOKEN}}
|
||||
DOCKERHUB-USER: ${{secrets.DOCKERHUB_USERNAME}}
|
||||
LOG-TELEGRAM_CHAT_ID: ${{secrets.TELEGRAM_CHAT_ID}}
|
||||
LOG-TELEGRAM_CHAT_ID: ${{secrets.TELEGRAM_BOT_TOKEN}}
|
||||
|
||||
- name: Notify Telegram about failure
|
||||
if: failure()
|
||||
|
||||
6
.idea/compiler.xml
generated
Normal file
6
.idea/compiler.xml
generated
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="TypeScriptCompiler">
|
||||
<option name="useServicePoweredTypesWasEnabledByExperiment" value="true" />
|
||||
</component>
|
||||
</project>
|
||||
Reference in New Issue
Block a user