Skip to content

Commit

Permalink
fix: empty commit for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipe Forattini committed Jul 11, 2022
1 parent f70484d commit f11afe6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/pipeline-config-scrapper/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/actions/pipeline-config-scrapper/index.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/actions/pipeline-config-scrapper/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ async function action() {
if (writeSummary) {
await core.summary
.addHeading("🔍 Analized", 3)
.addEOL()
.addRaw('This step will read your repository and seak for features to aggregate value!', true)
.addRaw(
[
Expand Down

0 comments on commit f11afe6

Please sign in to comment.