Skip to content

Merge remote-tracking branch 'origin/master' #6

Merge remote-tracking branch 'origin/master'

Merge remote-tracking branch 'origin/master' #6

Workflow file for this run

name: Source sync
on:
push:
branches: [master]
workflow_dispatch: {}
jobs:
sync:
if: ${{ github.repository_owner == 'consulo' }}
permissions:
contents: write
pull-requests: write
uses: consulo/shared-workflows/.github/workflows/source-sync.yml@master
secrets: inherit