Skip to content

Commit 84b2781

Browse files
committed
fix: refs
1 parent 38ad4d3 commit 84b2781

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)