We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c5ac760 + 84b2781 commit e2ad300Copy full SHA for e2ad300
.github/workflows/pull_request.yml
@@ -32,9 +32,6 @@ jobs:
32
33
- name: Detect Added Submodules
34
run: |
35
- BASE_REF=${{ github.event.pull_request.base.sha }}
36
- HEAD_REF=${{ github.event.pull_request.head.sha }}
37
-
38
ADDED_SUBMODULES=$(git diff --submodule --compact-summary remotes/base/${BASE_REF}..remotes/head/${HEAD_REF} | grep -oE "addons/(.*)/module($| [^(])")
39
echo "Added submodules: $ADDED_SUBMODULES"
40
echo "ADDED_SUBMODULES<<EOF" >> $GITHUB_ENV
0 commit comments