Skip to content
This repository was archived by the owner on Mar 16, 2026. It is now read-only.

Commit e70f139

Browse files
authored
doc
1 parent 8eefce4 commit e70f139

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
```
9595
4. Go to the GitHub `Actions` tab and run the workflow `Create Simple Project`
9696
## How to create additional CloudBees CD/RO actions
97-
The `eval-dsl` action is the basis of the other CloudBees-provided Actions such as `run-procedure` and `start-release`. It is implemented as a [JavaScript](https://docs.github.com/en/actions/creating-actions/creating-a-javascript-action) GitHub Action. The others are implemented as [Composite](https://docs.github.com/en/actions/creating-actions/creating-a-composite-action) type Actions. Using this Composite model, you can easily create your own CD/RO Actions. The [run-procedure action.yaml file](https://github.com/cloudbees-github-actions/run-procedure/blob/main/action.yaml) provides a useful template for doing this. Note that the `args` map is used to pass both DSL and Actual Parameters to the DSL. So, for example, the following workflow yaml,
97+
The `eval-dsl` action is the basis of the other CloudBees-provided Actions such as `run-procedure` and `start-release`. It is implemented as a [JavaScript](https://docs.github.com/en/actions/creating-actions/creating-a-javascript-action) GitHub Action. The others are implemented as [Composite](https://docs.github.com/en/actions/creating-actions/creating-a-composite-action) type Actions. Using this Composite model, you can easily create your own CD/RO Actions. The `action.yaml` file in [run-procedure](https://github.com/cloudbees-github-actions/run-procedure) provides a useful template for doing this. Note that the `args` map is used to pass both DSL and Actual Parameters to the DSL. So, for example, the following workflow yaml,
9898
```yaml
9999
with:
100100
projectName: GHA Test

0 commit comments

Comments
 (0)