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 2626 - name : Актуализация
27272828 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
Original file line number Diff line number Diff line change @@ -35,14 +35,15 @@ jobs:
3535
3636 - name : Актуализация
373738+ 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
41434244 with :
4345 version : ${{ matrix.oscript_version }}
4446
45- # Установка зависимостей пакета
4647 - name : Установка зависимостей
4748 run : |
4849 opm install opm
You can’t perform that action at this time.
0 commit comments