Skip to content

Commit e00b632

Browse files
authored
Update alioss-check.yml
1 parent f41730e commit e00b632

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/alioss-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
2525
# Get the diff of the changes
2626
echo Get the diff of the changes
27-
DIFF=$(git diff origin/$GITHUB_BASE_REF check_branch -- . ':(exclude).github/workflows/alioss-check.yml')
28-
27+
DIFF=$(git diff origin/$GITHUB_BASE_REF check_branch -- . ':(exclude).github/workflows/alioss-check.yml')
28+
echo diff end
2929
if [ -z "$DIFF" ]; then
3030
echo "No changes detected."
3131
exit 0

0 commit comments

Comments
 (0)