From 2fabdc81006be416b2ad3d5390f4f2fbbe775ca7 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Sat, 10 Aug 2024 19:32:43 +0100 Subject: [PATCH] Better descriptions. --- .github/workflows/test-plugins.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-plugins.yml b/.github/workflows/test-plugins.yml index c1f3d83..3b6bc4b 100644 --- a/.github/workflows/test-plugins.yml +++ b/.github/workflows/test-plugins.yml @@ -85,9 +85,9 @@ jobs: with: token: ${{ secrets.PLUGINS_PUSH_TOKEN }} commit-message: Update Plugin Infrastructure to ${{ env.SHA_REF }} - title: Update Plugin Infrastructure to ${{ env.HEAD_REPO }}@${{ env.BRANCH_REF }} + title: Test with ${{ env.HEAD_REPO }}@${{ env.BRANCH_REF }} body: | #markdown - This PR updates [Plugin Infrastructure](https://github.com/johnbillion/plugin-infrastructure) to `${{ env.HEAD_REPO }}@${{ env.BRANCH_REF }}`. + This PR updates [Plugin Infrastructure](https://github.com/johnbillion/plugin-infrastructure) to `${{ env.HEAD_REPO }}@${{ env.BRANCH_REF }}` for testing purposes. This PR should not be merged. See ${{ env.PR_LINK }} for more details.