Add the output from the dry-run

This commit is contained in:
Bree Dodd
2023-09-15 12:20:54 -06:00
parent 25fad773dc
commit 4481eef856
+4 -2
View File
@@ -38,11 +38,13 @@ You will be performing a dry run against a single Bamboo pipeline. Answer the fo
3. The command will list all the files written to disk when the command succeeds. 3. The command will list all the files written to disk when the command succeeds.
```console ```console
$ gh actions-importer dry-run bamboo build Logs: 'tmp/dry-run/log/valet.log'
Output file(s):
tmp/dry-run/build/mars/sample_plan/.github/workflows/sample_plan.yml
``` ```
4. View the converted workflow: 4. View the converted workflow:
- Find `tmp/dry-run/test_pipeline/.github/workflows` in the file explorer pane in your codespace. - Find `tmp/dry-run/build/mars/sample_plan/.github/workflows` in the file explorer pane in your codespace.
- Click `sample_plan.yml` to open. - Click `sample_plan.yml` to open.
## Inspect the output files ## Inspect the output files