mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-05-19 16:31:52 +02:00
Update hugo-version-update.yml
Forked repo requires specific changes to function
This commit is contained in:
parent
23f6e8701b
commit
d7bea50370
1 changed files with 2 additions and 2 deletions
4
.github/workflows/hugo-version-update.yml
vendored
4
.github/workflows/hugo-version-update.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
||||||
- name: Check out code into the Go module directory
|
- name: Check out code into the Go module directory
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
ref: dev
|
ref: main
|
||||||
submodules: true # Fetch Hugo themes (true OR recursive)
|
submodules: true # Fetch Hugo themes (true OR recursive)
|
||||||
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
|
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
|
||||||
|
|
||||||
|
@ -50,4 +50,4 @@ jobs:
|
||||||
[2]: https://github.com/peter-evans/create-pull-request
|
[2]: https://github.com/peter-evans/create-pull-request
|
||||||
labels: dependencies, automated pr
|
labels: dependencies, automated pr
|
||||||
branch: hugo-new-version
|
branch: hugo-new-version
|
||||||
base: dev
|
base: main
|
||||||
|
|
Loading…
Add table
Reference in a new issue