Merge pull request #36 from actions/circleci-context-note

CircleCI: Add Note About "Resource not found" warnings
This commit is contained in:
j-dunham
2023-01-30 15:57:59 -05:00
committed by GitHub
3 changed files with 6 additions and 0 deletions
+2
View File
@@ -31,6 +31,8 @@ You will be performing an `audit` for the __actions-importer-labs__ CircleCI org
3. The command will list all the files written to disk in green when the command succeeds. 3. The command will list all the files written to disk in green when the command succeeds.
**Note**: It is expected that you will see "Resource not found" warnings in the output. These warnings are present because you are not a member of the CircleCI organization actions-importer-labs.
## Inspect the output files ## Inspect the output files
1. Find the `audit_summary.md` file in the file explorer. 1. Find the `audit_summary.md` file in the file explorer.
+2
View File
@@ -36,6 +36,8 @@ You will be performing a dry run migration against a CircleCI project. Answer th
[2022-09-19 19:46:05] tmp/dry-run/actions-importer-labs/circleci-demo-ruby-rails/.github/workflows/build_and_test.yml [2022-09-19 19:46:05] tmp/dry-run/actions-importer-labs/circleci-demo-ruby-rails/.github/workflows/build_and_test.yml
``` ```
**Note**: It is expected that you will see "Resource not found" warnings in the output. These warnings are present because you are not a member of the CircleCI organization actions-importer-labs.
4. View the converted workflow: 4. View the converted workflow:
- Find `tmp/dry-run/actions-importer-labs/circleci-demo-ruby-rails/.github/workflows` in the file explorer pane in your codespace. - Find `tmp/dry-run/actions-importer-labs/circleci-demo-ruby-rails/.github/workflows` in the file explorer pane in your codespace.
- Click `build_and_test.yml` to open. - Click `build_and_test.yml` to open.
+2
View File
@@ -35,6 +35,8 @@ Answer the following questions before running a `migrate` command:
[2022-08-20 22:08:20] Pull request: 'https://github.com/:owner/:repo/pull/1' [2022-08-20 22:08:20] Pull request: 'https://github.com/:owner/:repo/pull/1'
``` ```
**Note**: It is expected that you will see "Resource not found" warnings in the output. These warnings are present because you are not a member of the CircleCI organization actions-importer-labs.
3. Open the generated pull request in a new browser tab. 3. Open the generated pull request in a new browser tab.
### Inspect the pull request ### Inspect the pull request