Skip to content

Commit

Permalink
Merge pull request #24 from WyriHaximus/add-additional-final-status-o…
Browse files Browse the repository at this point in the history
…utput

Add additional final status output
  • Loading branch information
WyriHaximus committed Aug 21, 2020
2 parents 2e5559e + bbfc27f commit c70f068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wait.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
getenv(ACTIONS),
(float) getenv(INTERVAL) > 0.0 ? (float) getenv(INTERVAL) : 13,
)->then(function (string $state) {
echo PHP_EOL, '::set-output name=status::' . $state, PHP_EOL;
echo PHP_EOL, 'Final status: ' . $state, PHP_EOL, '::set-output name=status::' . $state, PHP_EOL;
})->done();
$loop->run();
})();

0 comments on commit c70f068

Please sign in to comment.