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 bd03d6a commit 224a055Copy full SHA for 224a055
.github/workflows/submodule.yml
@@ -19,9 +19,7 @@ jobs:
19
id: changes
20
run: |
21
for sm in $(grep 'path = ' .gitmodules | awk '{print $3}'); do
22
- echo "SUBMODULE $sm ===========" | tee changes.txt
23
- git diff origin/${{ github.base_ref }} --submodule=log -- $sm | tee changes.txt
24
- echo "" | tee changes.txt
+ git diff origin/${{ github.base_ref }} --submodule=log -- $sm | tee -a changes.txt
25
done
26
echo "changes<<EOF" >> $GITHUB_OUTPUT
27
cat changes.txt >> $GITHUB_OUTPUT
0 commit comments