From d7bea50370265e5ba6395ca11f272f4a5afb206e Mon Sep 17 00:00:00 2001 From: Arch-ive <96965792+Arch-ive@users.noreply.github.com> Date: Tue, 20 Aug 2024 17:19:13 +1000 Subject: [PATCH] Update hugo-version-update.yml Forked repo requires specific changes to function --- .github/workflows/hugo-version-update.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/hugo-version-update.yml b/.github/workflows/hugo-version-update.yml index b1982d8d..c981927c 100644 --- a/.github/workflows/hugo-version-update.yml +++ b/.github/workflows/hugo-version-update.yml @@ -14,7 +14,7 @@ jobs: - name: Check out code into the Go module directory uses: actions/checkout@v4 with: - ref: dev + ref: main submodules: true # Fetch Hugo themes (true OR recursive) fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod @@ -50,4 +50,4 @@ jobs: [2]: https://github.com/peter-evans/create-pull-request labels: dependencies, automated pr branch: hugo-new-version - base: dev + base: main