Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
kilianc committed May 12, 2024
1 parent ceb35e3 commit 77dc602
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ runs:
export REVISION="${{ github.event.pull_request.head.sha || github.sha }}"
cd go-cover
mv ../cover.html ${REVISION}.html
ex -sc '%s/<style>/<style>@import url("nord.css");/' -c 'x' ${REVISION}.html
git add -f ${REVISION}.html
git config user.email "go-coverage-action@github.com"
git config user.name "go-coverage-action"
Expand Down

0 comments on commit 77dc602

Please sign in to comment.