You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,11 +8,11 @@ In the steps in your workflow file:
8
8
```yaml
9
9
- uses: Arm-Examples/publish-cmsis-example@latest
10
10
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)
0 commit comments