Skip to content

Commit bfd07a1

Browse files
@W-20598954 revert CI CD working directory change
1 parent b8722eb commit bfd07a1

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ inputs:
2020
description: 'Append --json flag and parse JSON output into the result output'
2121
required: false
2222
default: 'true'
23-
project-directory:
24-
description: 'Project directory for the command'
23+
working-directory:
24+
description: 'Working directory for the command'
2525
required: false
2626
default: '.'
2727
client-id:

actions/run/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ inputs:
1212
description: 'Append --json flag and parse JSON output into the result output'
1313
required: false
1414
default: 'true'
15-
project-directory:
16-
description: 'Project directory for the command'
15+
working-directory:
16+
description: 'Working directory for the command'
1717
required: false
1818
default: '.'
1919

docs/guide/ci-cd.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Combines setup and command execution. Pass a `command` to run a CLI command, or
101101
| `version` | `latest` | CLI version to install |
102102
| `node-version` | `22` | Node.js version |
103103
| `json` | `true` | Parse JSON output |
104-
| `project-directory` | `.` | Project directory |
104+
| `working-directory` | `.` | Working directory |
105105
| Auth inputs | — | See [Authentication](#authentication) |
106106

107107
### Setup
@@ -143,7 +143,7 @@ Executes any CLI command. Pairs with the setup action.
143143
|-------|---------|-------------|
144144
| `command` | *(required)* | CLI command to run |
145145
| `json` | `true` | Append `--json` and parse output |
146-
| `project-directory` | `.` | Project directory |
146+
| `working-directory` | `.` | Working directory |
147147

148148
### Code Deploy
149149

0 commit comments

Comments
 (0)