diff --git a/examples/test.md b/examples/test.md index 18b3c09ae..875f8400e 100644 --- a/examples/test.md +++ b/examples/test.md @@ -1,7 +1,7 @@ --- runme: id: 01HF7B0KJM3HHFDVSXA6E12JM3 - version: v2.0 + version: v2.2 --- # Runme Examples @@ -26,5 +26,5 @@ export FOO="don't prompt me" # GitHub Action Integration ```yaml {"id":"01HF7B0KJM3HHFDVSXA44VPZSC"} -https://github.com/stateful/runme-canary/actions/workflows/test-inputs.yml +https://github.com/stateful/vscode-runme/actions/workflows/test-inputs.yml ``` diff --git a/tests/e2e/specs/githubAction.e2e.ts b/tests/e2e/specs/githubAction.e2e.ts index 866fd4b53..9f332f47e 100644 --- a/tests/e2e/specs/githubAction.e2e.ts +++ b/tests/e2e/specs/githubAction.e2e.ts @@ -36,7 +36,7 @@ describe('Runme GitHub Workflow Integration', async () => { before(async () => { await notebook.focusDocument() cell = await notebook.getCell( - 'https://github.com/stateful/runme-canary/actions/workflows/test-inputs.yml', + 'https://github.com/stateful/vscode-runme/actions/workflows/test-inputs.yml', ) })