Update hugo-version-update.yml

Forked repo requires specific changes to function
This commit is contained in:
Arch-ive 2024-08-20 17:19:13 +10:00 committed by GitHub
parent 23f6e8701b
commit d7bea50370
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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