Skip to content

Commit

Permalink
try now
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Oct 30, 2024
1 parent 0c55923 commit 9c0b553
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
types: [sync-request]

jobs:
log:
Sync:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -25,5 +25,5 @@ jobs:
commit-message: sync ${{ github.event.client_payload.package }} docs
title: Sync ${{ github.event.client_payload.package }}
body: This is an automated pull request
branch: sync:${{ github.event.client_payload.package }}
branch: sync/${{ github.event.client_payload.package }}
base: main

0 comments on commit 9c0b553

Please sign in to comment.