Skip to content

Commit 0688670

Browse files
authored
📖 Fix documentation
1 parent eb4ac32 commit 0688670

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ In the steps in your workflow file:
88
```yaml
99
- uses: Arm-Examples/publish-cmsis-example@latest
1010
with:
11-
branch: # Branch to get the project from if not `main`
12-
project-file: # Path to the project to publish (file with `.csolution.yml` extension) (required)
13-
project-directory:# Path to the project directory if not git repository root
14-
dry-run: # Whether to just complete a dry-run (`true` or `false`). This can be useful to verify a project is publishable without actually making it available on `keil.arm.com`
15-
CMSIS_API_KEY: # API token for using CMSIS services (required)
11+
branch: # Branch to get the project from if not `main`
12+
project-file: # Path to the project to publish (file with `.csolution.yml` extension) (required)
13+
project-directory: # Path to the project directory if not git repository root
14+
dry-run: # Whether to just complete a dry-run (`true` or `false`). This can be useful to verify a project is publishable without actually making it available on `keil.arm.com`
15+
CMSIS_API_KEY: # API token for using CMSIS services (required)
1616
```
1717
1818
All inputs marked with `(required)` are required.

0 commit comments

Comments
 (0)