Skip to content

Commit 4aaf658

Browse files
committed
doc fixes
1 parent d6b8c57 commit 4aaf658

3 files changed

Lines changed: 9 additions & 6 deletions

File tree

action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@ inputs:
4949
description: 'Tenant ID → SFCC_TENANT_ID'
5050
required: false
5151
mrt-api-key:
52-
description: 'MRT API key → SFCC_MRT_API_KEY'
52+
description: 'MRT API key → MRT_API_KEY'
5353
required: false
5454
mrt-project:
55-
description: 'MRT project slug → SFCC_MRT_PROJECT'
55+
description: 'MRT project slug → MRT_PROJECT'
5656
required: false
5757
mrt-environment:
58-
description: 'MRT environment → SFCC_MRT_ENVIRONMENT'
58+
description: 'MRT environment → MRT_ENVIRONMENT'
5959
required: false
6060
account-manager-host:
6161
description: 'Account Manager hostname → SFCC_ACCOUNT_MANAGER_HOST'

actions/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ GitHub Actions for automating Salesforce B2C Commerce operations with the [`@sal
6363
username: ${{ secrets.SFCC_USERNAME }}
6464
password: ${{ secrets.SFCC_PASSWORD }}
6565
target: './export/site-import.zip'
66-
timeout: 300
66+
timeout: 600
6767
```
6868
6969
### Raw CLI command

docs/guide/ci-cd.md

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

@@ -242,13 +242,16 @@ Execute a B2C job and optionally wait for completion.
242242
job-id: 'sfcc-site-archive-import'
243243
wait: true
244244
timeout: 600
245+
parameters: |
246+
ImportFile=site-import.zip
247+
ImportMode=merge
245248
```
246249
247250
| Input | Default | Description |
248251
|-------|---------|-------------|
249252
| `job-id` | *(required)* | Job ID to execute |
250253
| `wait` | `true` | Wait for completion |
251-
| `timeout` | `900` | Timeout in seconds |
254+
| `timeout` | `900` | Timeout in seconds (when wait=true) |
252255
| `parameters` | — | `KEY=VALUE` pairs, one per line |
253256
| `show-log` | `true` | Show job log on failure |
254257

0 commit comments

Comments
 (0)