Skip to content

Commit 2335c75

Browse files
committed
fix: typo
1 parent b22244b commit 2335c75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/submodule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: get changes
1919
id: changes
2020
run: |
21-
git diff origin/${{ github.base_rev }} --submodule=log | tee changes.txt
21+
git diff origin/${{ github.base_ref }} --submodule=log | tee changes.txt
2222
echo "changes<<EOF" >> $GITHUB_OUTPUT
2323
cat changes.txt >> $GITHUB_OUTPUT
2424
echo "EOF" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)