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 0c55923 commit 9c0b553Copy full SHA for 9c0b553
.github/workflows/sync-docs.yml
@@ -5,7 +5,7 @@ on:
5
types: [sync-request]
6
7
jobs:
8
- log:
+ Sync:
9
runs-on: ubuntu-latest
10
steps:
11
- uses: actions/checkout@v4
@@ -25,5 +25,5 @@ jobs:
25
commit-message: sync ${{ github.event.client_payload.package }} docs
26
title: Sync ${{ github.event.client_payload.package }}
27
body: This is an automated pull request
28
- branch: sync:${{ github.event.client_payload.package }}
+ branch: sync/${{ github.event.client_payload.package }}
29
base: main
0 commit comments