updates for ga

This commit is contained in:
Jennifer Kerns
2023-02-22 14:59:11 -08:00
committed by GitHub
parent 0b9496f7bc
commit 90bbba5446
4 changed files with 3 additions and 16 deletions

View File

@@ -8,8 +8,6 @@ The GitHub Actions Importer IssueOps repository demonstrates the functionality n
- `dry-run`: A dry run will fetch a single pipeline definition, convert it to its equivalent in GitHub Actions, and write a file (or files) to disk containing the converted workflow.
- `migrate`: A migration will fetch a single pipeline definition, convert it to its equivalent in GitHub Actions, and open a pull request to a repository with the converted workflow.
> **Note**: GitHub Actions Importer is currently available as a public preview. Visit the [sign up page](https://github.com/features/actions-importer/signup) to request access to the preview.
## Getting started
Complete the following steps: