Skip to content

Commit

Permalink
Merge branch 'main' into pr/fokichevskiy/207
Browse files Browse the repository at this point in the history
  • Loading branch information
carsakiller committed Jan 1, 2025
2 parents c5ac760 + 84b2781 commit e2ad300
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ jobs:
- name: Detect Added Submodules
run: |
BASE_REF=${{ github.event.pull_request.base.sha }}
HEAD_REF=${{ github.event.pull_request.head.sha }}
ADDED_SUBMODULES=$(git diff --submodule --compact-summary remotes/base/${BASE_REF}..remotes/head/${HEAD_REF} | grep -oE "addons/(.*)/module($| [^(])")
echo "Added submodules: $ADDED_SUBMODULES"
echo "ADDED_SUBMODULES<<EOF" >> $GITHUB_ENV
Expand Down

0 comments on commit e2ad300

Please sign in to comment.