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.
1 parent 071d1c6 commit c37edfcCopy full SHA for c37edfc
.github/workflows/pull_request.yml
@@ -23,7 +23,6 @@ jobs:
23
- name: Detect Added Submodules
24
run: |
25
BASE_REF=${{github.event.pull_request.base.sha}}
26
- git checkout $BASE_REF
27
ADDED_SUBMODULES=$(git diff --submodule ${BASE_REF}..HEAD | grep '^Submodule' | awk '{ print $2 }')
28
echo "Added submodules: $ADDED_SUBMODULES"
29
echo "ADDED_SUBMODULES=$ADDED_SUBMODULES" >> $GITHUB_ENV
@@ -59,7 +58,6 @@ jobs:
59
58
60
61
62
63
64
65
0 commit comments