Skip to content

Commit

Permalink
action schema
Browse files Browse the repository at this point in the history
  • Loading branch information
chrmarti committed Dec 15, 2023
1 parent 177ff66 commit ef83800
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ inputs:
required: false
description: Specify a child folder (containing a .devcontainer) instead of using the repository root
default:
configFile:
required: false
description: Specify the path to a devcontainer.json file instead of using `./.devcontainer/devcontainer.json` or `./.devcontainer.json`
default:
checkoutPath:
required: false
description: Specify path to checked out folder if not using default (or for testing with nektos/act)
Expand Down
8 changes: 4 additions & 4 deletions azdo-task/DevcontainersCi/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@
"required": false
},
{
"name": "configFile",
"name": "subFolder",
"type": "string",
"label": "Specify the path to a devcontainer.json file instead of using `./.devcontainer/devcontainer.json` or `./.devcontainer.json`.",
"label": "Specify a child folder (containing a .devcontainer) instead of using the repository root",
"required": false
},
{
"name": "subFolder",
"name": "configFile",
"type": "string",
"label": "Specify a child folder (containing a .devcontainer) instead of using the repository root",
"label": "Specify the path to a devcontainer.json file instead of using `./.devcontainer/devcontainer.json` or `./.devcontainer.json`",
"required": false
},
{
Expand Down

0 comments on commit ef83800

Please sign in to comment.