File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
umbraco-cloud/set-up/project-settings/umbraco-cicd/samplecicdpipeline Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ For a pipeline that uses Powershell scripts you will need the following files:
169169* Inside `.github` create two additional folders
170170 * `workflows`
171171 * `powershell`
172- * Copy the 3 YAML files from the `github` folder into the `workflows` folder
172+ * Copy the 4 YAML files from the `github` folder into the `workflows` folder
173173* Copy the Powershell scripts from the `powershell` folder to the `powershell` folder
174174* **Note**: If you have not changed the branch to `main`, then in the `main.yml` file change the branch from `main`to `master.`
175175* Commit the all changes, and push to GitHub
@@ -203,7 +203,7 @@ For a pipeline that uses Bash scripts you will need the following files:
203203* Inside `.github` create two additional folders
204204 * `workflows`
205205 * `scripts`
206- * Copy the 3 YAML files from the `github` folder into the `workflows` folder
206+ * Copy the 4 YAML files from the `github` folder into the `workflows` folder
207207* Copy the Bash scripts from the `bash` folder to the `scripts` folder
208208* **Note**: If you have not changed the branch to `main`, then in the `main.yml` file change the branch from `main`to `master.`
209209* Commit the all changes, and push to GitHub
You can’t perform that action at this time.
0 commit comments