Skip to content

Commit

Permalink
Adjust output file name in develocity-publish-build-scans.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet authored and DavideD committed Nov 27, 2023
1 parent 8206472 commit e69ffff
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/develocity-publish-build-scans.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,4 @@ jobs:
- name: Push to summary
if: ${{ contains(fromJson(steps.extract-preapproved-developers.outputs.preapproved-developpers).preapproved-developers, github.event.workflow_run.actor.login) }}
run: |
echo -n "Pull request: " >> ${GITHUB_STEP_SUMMARY}
cat pr-number.out >> ${GITHUB_STEP_SUMMARY}
echo >> ${GITHUB_STEP_SUMMARY}
echo >> ${GITHUB_STEP_SUMMARY}
echo "| Job | Status | Build scan |" >> ${GITHUB_STEP_SUMMARY}
echo "|---|---|---|" >> ${GITHUB_STEP_SUMMARY}
cat publication.out >> ${GITHUB_STEP_SUMMARY}
cat build-metadata.json >> ${GITHUB_STEP_SUMMARY}

0 comments on commit e69ffff

Please sign in to comment.