We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c0b553 commit 090db44Copy full SHA for 090db44
.github/workflows/sync-docs.yml
@@ -23,7 +23,7 @@ jobs:
23
uses: peter-evans/create-pull-request@v7
24
with:
25
commit-message: sync ${{ github.event.client_payload.package }} docs
26
- title: Sync ${{ github.event.client_payload.package }}
+ title: Sync `${{ github.event.client_payload.package }}` docs
27
body: This is an automated pull request
28
branch: sync/${{ github.event.client_payload.package }}
29
base: main
0 commit comments