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 f41730e commit e00b632Copy full SHA for e00b632
.github/workflows/alioss-check.yml
@@ -24,8 +24,8 @@ jobs:
24
25
# Get the diff of the changes
26
echo Get the diff of the changes
27
- DIFF=$(git diff origin/$GITHUB_BASE_REF check_branch -- . ':(exclude).github/workflows/alioss-check.yml')
28
-
+ DIFF=$(git diff origin/$GITHUB_BASE_REF check_branch -- . ':(exclude).github/workflows/alioss-check.yml')
+ echo diff end
29
if [ -z "$DIFF" ]; then
30
echo "No changes detected."
31
exit 0
0 commit comments