Skip to content

Commit

Permalink
Release v1.2.0 at aa32341
Browse files Browse the repository at this point in the history
  • Loading branch information
ueokande committed Mar 14, 2023
1 parent cf2b0c4 commit c485fa3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ inputs:
outputs:
chrome-version:
description: 'The installed Google Chrome/Chromium version. Useful when given a latest version.'
chrome-path:
description: 'The installed Google Chrome/Chromium path.'
runs:
using: 'node16'
main: 'index.js'
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10736,6 +10736,7 @@ function run() {
const actualVersion = yield testVersion(platform, binPath);
core.info(`Successfully setup chromium version ${actualVersion}`);
core.setOutput("chrome-version", actualVersion);
core.setOutput("chrome-path", binPath);
}
catch (error) {
if (hasErrorMessage(error)) {
Expand Down

0 comments on commit c485fa3

Please sign in to comment.