Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ellraiser authored Oct 8, 2023
1 parent fde6d77 commit 7bffb28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ fs.readFile(path, 'utf8', function(err, data) {
// check test result
var failed = failures > 0
var icon = failed ? '❌' : '✅';
var conclusion = failed ? 'action_required' : 'success'
var conclusion = failed ? 'failure' : 'success'
core.info(icon + ' ' + name)

// add repo check
Expand Down

0 comments on commit 7bffb28

Please sign in to comment.