We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a851fd6 + c71ca4c commit 057536eCopy full SHA for 057536e
1 file changed
.github/workflows/bump-hugo-version.yml
@@ -33,6 +33,7 @@ jobs:
33
with:
34
commit-message: Upgraded Hugo version to ${{ steps.fetch_hugo_version.outputs.version }}
35
title: Upgraded Hugo version to ${{ steps.fetch_hugo_version.outputs.version }}
36
+ draft: always-true
37
body: |
38
This PR updates the version of Hugo used in the Dockerfile to ${{ steps.fetch_hugo_version.outputs.version }}.
39
reviewers: |
0 commit comments