generated from actions/typescript-action
-
-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #358 from MickaelFontes/chromeapp-input-variable
Add chromeapp input variable
- Loading branch information
Showing
13 changed files
with
24,745 additions
and
1,341 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,13 @@ | ||
name: 'setup-chromedriver' | ||
description: 'Setup chromedriver' | ||
author: 'nanasess' | ||
name: "setup-chromedriver" | ||
description: "Setup chromedriver" | ||
author: "nanasess" | ||
inputs: | ||
chromedriver-version: | ||
description: 'The chromedriver version to install' | ||
description: "The chromedriver version to install" | ||
required: false | ||
chromeapp: | ||
description: "Custom chrome binary name (for Linux or MacOS)" | ||
required: false | ||
runs: | ||
using: 'node20' | ||
main: 'dist/index.js' | ||
|
||
using: "node20" | ||
main: "dist/index.js" |
Oops, something went wrong.