From 5e351fcdf81749561b7fefe4dd64c917c29fabfb Mon Sep 17 00:00:00 2001 From: Charles Giessen <46324611+charles-lunarg@users.noreply.github.com> Date: Mon, 2 Oct 2023 19:19:59 -0600 Subject: [PATCH] Update run_autogen.yml to use main branch Forgot to update this when changing the repo default from master to main. --- .github/workflows/run_autogen.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run_autogen.yml b/.github/workflows/run_autogen.yml index af63540..285c1b1 100644 --- a/.github/workflows/run_autogen.yml +++ b/.github/workflows/run_autogen.yml @@ -54,5 +54,5 @@ jobs: commit-message: Update to latest Vulkan-Headers title: Update to latest Vulkan-Headers branch: run-autogen - base: master + base: main delete-branch: true