diff --git a/.github/workflows/update-theme.yml b/.github/workflows/update-theme.yml index b95450150..297ff91ee 100644 --- a/.github/workflows/update-theme.yml +++ b/.github/workflows/update-theme.yml @@ -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]