+5
-8
@@ -1,6 +1,6 @@
|
|||||||
# CircleCI to Actions migrations powered by GitHub Actions Importer
|
# CircleCI migrations powered by GitHub Actions Importer
|
||||||
|
|
||||||
The instructions below will guide you through configuring a GitHub Codespace environment that will be used in subsequent labs that demonstrate how to use GitHub Actions Importer to migrate CircleCI pipelines to GitHub Actions.
|
The instructions below will guide you through configuring a GitHub Codespace environment that you will use in subsequent labs to learn how to use GitHub Actions Importer to migrate CircleCI pipelines to GitHub Actions.
|
||||||
|
|
||||||
These steps **must** be completed prior to starting other labs.
|
These steps **must** be completed prior to starting other labs.
|
||||||
|
|
||||||
@@ -12,8 +12,8 @@ These steps **must** be completed prior to starting other labs.
|
|||||||
|
|
||||||
1. Start a new Codespace.
|
1. Start a new Codespace.
|
||||||
|
|
||||||
- Click the `Code` with button down arrow above repository on the repository's landing page.
|
- Click the `Code` button on your repository's landing page.
|
||||||
- Click the `Codespaces` tab
|
- Click the `Codespaces` tab.
|
||||||
- Click `Create codespaces on main` to create the codespace.
|
- Click `Create codespaces on main` to create the codespace.
|
||||||
- After the Codespace has initialized there will be a terminal present.
|
- After the Codespace has initialized there will be a terminal present.
|
||||||
|
|
||||||
@@ -34,7 +34,7 @@ These steps **must** be completed prior to starting other labs.
|
|||||||
actions-importer/cli unknown
|
actions-importer/cli unknown
|
||||||
```
|
```
|
||||||
|
|
||||||
- If `gh actions-importer version` did not produce similar output, refer to the troubleshooting [guide](#troubleshoot-the-actions-importer/cli).
|
- If `gh actions-importer version` did not produce similar output, refer to the [troubleshooting section](#troubleshoot-the-github-actions-importer-cli).
|
||||||
|
|
||||||
## Labs for CircleCI
|
## Labs for CircleCI
|
||||||
|
|
||||||
@@ -65,9 +65,6 @@ The CLI extension for GitHub Actions Importer can be manually installed by follo
|
|||||||
✓ Installed extension github/gh-actions-importer
|
✓ Installed extension github/gh-actions-importer
|
||||||
```
|
```
|
||||||
|
|
||||||
- If you get an error similar to the image below, then click the link in the terminal output to authorize the token.
|
|
||||||
- Restart the codespace after clicking the link.
|
|
||||||

|
|
||||||
- Verify GitHub Actions Importer CLI extension is installed and working by running the following command from the codespace's terminal:
|
- Verify GitHub Actions Importer CLI extension is installed and working by running the following command from the codespace's terminal:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
Reference in New Issue
Block a user