Skip to content

Commit ebb6a2e

Browse files
committed
switch to original onec-setup-action
1 parent d6b4e85 commit ebb6a2e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/qa.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
sudo apt install wine -y
6363
6464
- name: Установка платформы 1С
65-
uses: ovcharenko-di/onec-setup-action@fix/cache-ring-commands-cfg
65+
uses: 1CDevFlow/onec-setup-action
6666
with:
6767
type: onec # Тип устанавливаемого приложения
6868
onec_version: ${{ matrix.v8_version }}
@@ -79,7 +79,7 @@ jobs:
7979
java-version: '17'
8080

8181
- name: Установка EDT
82-
uses: ovcharenko-di/onec-setup-action@fix/cache-ring-commands-cfg
82+
uses: 1CDevFlow/onec-setup-action
8383
with:
8484
type: edt
8585
edt_version: ${{ matrix.edt_version }}

.github/workflows/testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
sudo apt install wine -y
8484
8585
- name: Установка платформы 1С
86-
uses: ovcharenko-di/onec-setup-action@fix/cache-ring-commands-cfg
86+
uses: 1CDevFlow/onec-setup-action
8787
with:
8888
type: onec # Тип устанавливаемого приложения
8989
onec_version: ${{ matrix.v8_version }}
@@ -108,7 +108,7 @@ jobs:
108108
java-version: '17'
109109

110110
- name: Установка EDT
111-
uses: ovcharenko-di/onec-setup-action@fix/cache-ring-commands-cfg
111+
uses: 1CDevFlow/onec-setup-action
112112
with:
113113
type: edt
114114
edt_version: ${{ matrix.edt_version }}

0 commit comments

Comments
 (0)