From b9e886091ab0bb6e961c8bb94adee7f297718a73 Mon Sep 17 00:00:00 2001 From: Grant Orndorff Date: Fri, 26 Jul 2024 14:18:55 -0400 Subject: [PATCH] experiment4 --- .github/workflows/vendor-docs.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/vendor-docs.yaml b/.github/workflows/vendor-docs.yaml index 5559b917c8..de2e4e327a 100644 --- a/.github/workflows/vendor-docs.yaml +++ b/.github/workflows/vendor-docs.yaml @@ -20,6 +20,8 @@ jobs: git switch external-docs wget https://raw.githubusercontent.com/canonical/real-time-ubuntu-docs/main/docs/how-to/enable-real-time-ubuntu.rst -O docs/howtoguides/enable-realtime.rst git add docs/howtoguides/enable-realtime.rst + git config --global user.name 'github-actions-external-docs-bot' + git config --global user.email 'github-actions-external-docs-bot@users.noreply.github.com' git commit -m "new external docs" git rebase origin/docs git push origin external-docs --force-with-lease