File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 26
26
- name : Актуализация
27
27
28
28
with :
29
+ repository : ${{ github.event.pull_request.head.repo.full_name || github.repository }}
30
+ ref : ${{ github.event.pull_request.head.ref || github.ref_name }}
29
31
fetch-depth : 0
30
32
31
33
# https://stackoverflow.com/questions/58033366/how-to-get-current-branch-within-github-actions
Original file line number Diff line number Diff line change @@ -35,14 +35,15 @@ jobs:
35
35
36
36
- name : Актуализация
37
37
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 }}
38
41
39
- # Установка OneScript конкретной версии
40
42
- name : Установка OneScript
41
43
42
44
with :
43
45
version : ${{ matrix.oscript_version }}
44
46
45
- # Установка зависимостей пакета
46
47
- name : Установка зависимостей
47
48
run : |
48
49
opm install opm
You can’t perform that action at this time.
0 commit comments