Skip to content

Commit

Permalink
Better descriptions.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbillion committed Aug 10, 2024
1 parent 91d0c52 commit 2fabdc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2fabdc8

Please sign in to comment.