From 661ddae5a176dd9ea432bb5384d0ab1ae59a9960 Mon Sep 17 00:00:00 2001 From: Jay Clifford <45856600+Jayclifford345@users.noreply.github.com> Date: Tue, 25 Jun 2024 11:22:03 +0100 Subject: [PATCH] feat: Update regenerate-tutorials.yml Updated workflow to point at new staging branch. --- .github/workflows/regenerate-tutorials.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/regenerate-tutorials.yml b/.github/workflows/regenerate-tutorials.yml index 63fda81..0a4c5e5 100644 --- a/.github/workflows/regenerate-tutorials.yml +++ b/.github/workflows/regenerate-tutorials.yml @@ -16,7 +16,7 @@ jobs: path: loki - uses: actions/checkout@v4 with: - ref: jdb/2024-06-killercoda-migration + ref: staging path: killercoda - uses: actions/setup-go@v5 with: