Skip to content

Commit

Permalink
add robot comment?
Browse files Browse the repository at this point in the history
  • Loading branch information
pengzhenghao committed Oct 20, 2023
1 parent 30bdb43 commit 581ae07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
printf 'Docstring coverage check successful! We require the docstring coverage to be non-decreasing after PR. You have changed the coverage by: %s%%\n' "$improvement"
ROBOTMSG="Docstring coverage check successful! You have changed the coverage from ${before} to ${after} by ${improvement}."
echo $ROBOTMSG
echo "$ROBOTMSG=$ROBOTMSG" >> "$GITHUB_ENV"
echo "ROBOTMSG=$ROBOTMSG" >> "$GITHUB_ENV"
- uses: actions/github-script@v6
with:
script: |
Expand Down

0 comments on commit 581ae07

Please sign in to comment.