Skip to content

Commit 0eb1d0d

Browse files
fix testing
1 parent f3c3322 commit 0eb1d0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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: 1CDevFlow/onec-setup-action
86+
uses: 1CDevFlow/onec-setup-action@main
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: 1CDevFlow/onec-setup-action
111+
uses: 1CDevFlow/onec-setup-action@main
112112
with:
113113
type: edt
114114
edt_version: ${{ matrix.edt_version }}

0 commit comments

Comments
 (0)