You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-9Lines changed: 11 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,8 @@
5
5
[GitHub Actions Importer](https://docs.github.com/en/actions/migrating-to-github-actions/automating-migration-with-github-actions-importer) helps plan, test, and automate your migration to GitHub Actions from the following platforms:
6
6
7
7
- Azure DevOps
8
-
- Bamboo (currently in beta)
8
+
- Bamboo
9
+
- Bitbucket
9
10
- CircleCI
10
11
- GitLab
11
12
- Jenkins
@@ -15,7 +16,7 @@
15
16
16
17
If you need assistance, you can file a support ticket [here](https://support.github.com).
17
18
18
-
## Getting started
19
+
## Getting started
19
20
20
21
GitHub Actions Importer is distributed as a Docker container and this extension to the official [GitHub CLI](https://cli.github.com) to interact with the Docker container.
21
22
@@ -32,15 +33,15 @@ The following requirements must be met to be able to use the GitHub Actions Impo
32
33
Next, the GitHub Actions Importer CLI extension can be installed via this command:
33
34
34
35
```bash
35
-
$ gh extension install github/gh-actions-importer
36
+
gh extension install github/gh-actions-importer
36
37
```
37
38
38
39
### Configuration
39
40
40
41
New versions of the GitHub Actions Importer are released on a regular basis. To ensure you're up to date, run the following command:
41
42
42
43
```bash
43
-
$ gh actions-importer update
44
+
gh actions-importer update
44
45
```
45
46
46
47
In order for GitHub Actions Importer to communicate with your current CI/CD server and GitHub, various credentials must be available for the command. These can be configured using environment variables or a `.env.local` file. These environment variables can be configured in an interactive prompt by running the following command:
@@ -60,11 +61,12 @@ Detailed information about how to use GitHub Actions Importer can be found in th
60
61
### Recordings
61
62
62
63
You can access recorded demos of GitHub Actions Importer performing migrations to Actions from the following CI/CD platforms:
0 commit comments