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 22a3f5d commit ef74701Copy full SHA for ef74701
.github/workflows/submodule.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: get changes
19
id: changes
20
run: |
21
- git diff origin/${{ github.base_rev }} --submodule=log | tee changes.txt
+ git diff origin/${{ github.base_ref }} --submodule=log | tee changes.txt
22
echo "changes<<EOF" >> $GITHUB_OUTPUT
23
cat changes.txt >> $GITHUB_OUTPUT
24
echo "EOF" >> $GITHUB_OUTPUT
0 commit comments