From e3c2349cddb659687e17a27682c0bd69e6a092e2 Mon Sep 17 00:00:00 2001 From: Aaron Hine Date: Mon, 11 Nov 2024 12:23:14 +0000 Subject: [PATCH] update github workflow --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5e78256..cf293f3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} base: main - branch: update-main-from-staging + branch: staging title: 'Update main from staging' body: | This pull request updates the `main` branch with the latest changes from the `staging` branch.