Skip to content

Commit 16a5465

Browse files
committed
fix qa
1 parent c335028 commit 16a5465

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/qa.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
- name: Актуализация
2727
uses: actions/[email protected]
2828
with:
29+
repository: ${{ github.event.pull_request.head.repo.full_name || github.repository }}
30+
ref: ${{ github.event.pull_request.head.ref || github.ref_name }}
2931
fetch-depth: 0
3032

3133
# https://stackoverflow.com/questions/58033366/how-to-get-current-branch-within-github-actions

.github/workflows/testing.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,15 @@ jobs:
3535
3636
- name: Актуализация
3737
uses: actions/[email protected]
38+
with:
39+
repository: ${{ github.event.pull_request.head.repo.full_name || github.repository }}
40+
ref: ${{ github.event.pull_request.head.ref || github.ref_name }}
3841

39-
# Установка OneScript конкретной версии
4042
- name: Установка OneScript
4143
uses: otymko/[email protected]
4244
with:
4345
version: ${{ matrix.oscript_version }}
4446

45-
# Установка зависимостей пакета
4647
- name: Установка зависимостей
4748
run: |
4849
opm install opm

0 commit comments

Comments
 (0)