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