Skip to content

Commit

Permalink
[skip ci] chore: correct theme name
Browse files Browse the repository at this point in the history
  • Loading branch information
matsest authored Oct 6, 2024
1 parent 242f56a commit 33c16a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-theme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
id: cpr
uses: peter-evans/create-pull-request@v7
with:
commit-message: 'build(deps): update hugo-coder theme to ${{ steps.update.outputs.VERSION }}'
commit-message: 'build(deps): update hugo-geekdoc theme to ${{ steps.update.outputs.VERSION }}'
branch: build/theme-update
delete-branch: true
title: 'build(deps): update hugo-coder theme to ${{ steps.update.outputs.VERSION }}'
title: 'build(deps): update hugo-geekdoc theme to ${{ steps.update.outputs.VERSION }}'
body: |
- Updated theme to https://github.com/thegeeklab/hugo-geekdoc/releases/tag/${{ steps.update.outputs.VERSION }}
- Auto-generated by [create-pull-request][1]
Expand Down

0 comments on commit 33c16a7

Please sign in to comment.