Skip to content

Commit

Permalink
fix if not end
Browse files Browse the repository at this point in the history
  • Loading branch information
momentmaker committed Aug 12, 2024
1 parent 481ce97 commit c8e41ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-publish-develop-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
while read -r line; do
echo "$line" | tee -a "$GITHUB_STEP_SUMMARY"
done < output.txt
end
fi
- name: Collect Metrics
if: always()
Expand Down

0 comments on commit c8e41ce

Please sign in to comment.