Skip to content

Commit

Permalink
Actions importer/add missing options to commands (#43397)
Browse files Browse the repository at this point in the history
Co-authored-by: Siara <[email protected]>
  • Loading branch information
simonsanchez and SiaraMist authored Sep 28, 2023
1 parent b0890a5 commit fadc57f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ By default, {% data variables.product.prodname_actions_importer %} fetches pipel
For example:

```shell
gh actions-importer dry-run azure-devops --output-dir ./output/ --source-file-path ./path/to/azure_devops/pipeline.yml
gh actions-importer dry-run azure-devops pipeline --output-dir ./output/ --source-file-path ./path/to/azure_devops/pipeline.yml
```

#### `--config-file-path`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ The `--config-file-path` argument can also be used to specify which repository a
In this example, {% data variables.product.prodname_actions_importer %} uses the specified YAML configuration file to perform an audit.

```shell
gh actions-importer audit gitlab --output-dir path/to/output/ --config-file-path path/to/gitlab/config.yml
gh actions-importer audit gitlab --output-dir path/to/output/ --namespace my-gitlab-namespace --config-file-path path/to/gitlab/config.yml
```

To audit a GitLab instance using a configuration file, the file must be in the following format, and each `repository_slug` value must be unique:
Expand Down

0 comments on commit fadc57f

Please sign in to comment.