Skip to content

Commit e2ad300

Browse files
committed
Merge branch 'main' into pr/fokichevskiy/207
2 parents c5ac760 + 84b2781 commit e2ad300

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/pull_request.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ jobs:
3232
3333
- name: Detect Added Submodules
3434
run: |
35-
BASE_REF=${{ github.event.pull_request.base.sha }}
36-
HEAD_REF=${{ github.event.pull_request.head.sha }}
37-
3835
ADDED_SUBMODULES=$(git diff --submodule --compact-summary remotes/base/${BASE_REF}..remotes/head/${HEAD_REF} | grep -oE "addons/(.*)/module($| [^(])")
3936
echo "Added submodules: $ADDED_SUBMODULES"
4037
echo "ADDED_SUBMODULES<<EOF" >> $GITHUB_ENV

0 commit comments

Comments
 (0)