Skip to content

Commit

Permalink
Add missing space for command in migrating-from-bitbucket-pipelines-w…
Browse files Browse the repository at this point in the history
…ith-github-actions-importer.md (#34023)
  • Loading branch information
matiaslauriti authored Jul 19, 2024
1 parent 8baf518 commit 97558c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ The audit command performs the following steps.
To perform an audit run the following command in your terminal, replacing `:workspace` with the name of the Bitbucket workspace to audit.

```bash
gh actions-importer audit bitbucket --workspace :workspace--output-dir tmp/audit
gh actions-importer audit bitbucket --workspace :workspace --output-dir tmp/audit
```

Optionally, a `--project-key` option can be provided to the audit command to limit the results to only pipelines associated with a project.
Expand Down

0 comments on commit 97558c0

Please sign in to comment.