mirror of
https://github.com/eclipse-threadx/threadx.git
synced 2025-12-26 09:09:09 +00:00
Fix escape value
This commit is contained in:
3
.github/workflows/regression_template.yml
vendored
3
.github/workflows/regression_template.yml
vendored
@@ -134,6 +134,7 @@ jobs:
|
||||
with:
|
||||
name: coverage_report
|
||||
path: ${{ inputs.cmake_path }}/coverage_report
|
||||
retention-days: 1
|
||||
|
||||
- name: Upload Code Coverage Pages
|
||||
uses: actions/upload-pages-artifact@v2.0.0
|
||||
@@ -172,7 +173,7 @@ jobs:
|
||||
run: >-
|
||||
if [ "${{ inputs.deploy_list }}" != "" ]; then
|
||||
for i in ${{ inputs.deploy_list }}; do
|
||||
echo 'Coverage report for $$i:${{ steps.deployment.outputs.page_url }}/$$i' >> $GITHUB_STEP_SUMMARY
|
||||
echo 'Coverage report for ' $i ':${{ steps.deployment.outputs.page_url }}'$i >> $GITHUB_STEP_SUMMARY
|
||||
done
|
||||
else
|
||||
echo 'Coverage report: (${{ steps.deployment.outputs.page_url }}' >> $GITHUB_STEP_SUMMARY
|
||||
|
||||
Reference in New Issue
Block a user