From 6352f77996347acdc72b2fde97f110b4ba9d1809 Mon Sep 17 00:00:00 2001 From: Cristian Cepeda <43882+pastuxso@users.noreply.github.com> Date: Tue, 16 Jan 2024 12:17:07 -0500 Subject: [PATCH] updates Github Action url for e2e tests (#1053) --- examples/test.md | 4 ++-- tests/e2e/specs/githubAction.e2e.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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', ) })