Skip to content

Commit

Permalink
测试模拟IP
Browse files Browse the repository at this point in the history
  • Loading branch information
panghaibin committed Mar 28, 2022
1 parent e7a1d28 commit a30b94a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: |
if [[ $PULL_REMOTE != '' ]]; then
echo "Report from remote";
if python -u SHU-selfreport-master/main.py; ; then
if python -u SHU-selfreport-master/main.py; then
echo "Report from remote success";
else
echo "Report from remote failed";
Expand Down

0 comments on commit a30b94a

Please sign in to comment.