Skip to content

Commit

Permalink
Update job_summaries.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wulfland authored May 25, 2022
1 parent 3f9e3a8 commit 62c4105
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/job_summaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
uses: actions/[email protected]
with:
script: |
import * as core from '@actions/core'
await core.summary
.addHeading('Test Results')
.addCodeBlock(generateTestResults(), "js")
Expand All @@ -30,4 +29,3 @@ jobs:
])
.addLink('View staging deployment!', 'https://github.com')
.write()

0 comments on commit 62c4105

Please sign in to comment.