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.
docs: 📝 Update documentation about new
chromeapp
variable
- Loading branch information
1 parent
cd1684c
commit 6178bf6
Showing
2 changed files
with
11 additions
and
7 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
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" |