Update main.yml

This commit is contained in:
Boof 2022-12-08 11:57:48 +01:00 committed by GitHub
parent ab6acf4286
commit 85c6ece5a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,3 +27,17 @@ jobs:
echo "sitemap-path = ${{ steps.sitemap.outputs.sitemap-path }}"
echo "url-count = ${{ steps.sitemap.outputs.url-count }}"
echo "excluded-count = ${{ steps.sitemap.outputs.excluded-count }}"
- name: Create Pull Request
uses: peter-evans/create-pull-request@v4.2.3
with:
title: "Automated sitemap update"
body: >
Automated changes. Sitemap updated by
the [generate-sitemap](https://github.com/cicirello/generate-sitemap)
GitHub action.
commit-message: "Automated sitemap update."
author: Vincent A. Cicirello <cicirello@users.noreply.github.com>
committer: Vincent A. Cicirello <cicirello@users.noreply.github.com>
branch: create-pull-request/sitemap
delete-branch: true