Handle link render elements in link_text, link_url and link_attrs twi… #276
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Subtree Split for composer packages | |
on: | |
push: | |
branches: | |
- main | |
tags: | |
- 'v*' | |
create: | |
tags: | |
- 'v*' | |
delete: | |
tags: | |
- 'v*' | |
jobs: | |
sync_commits: | |
runs-on: ubuntu-latest | |
name: Sync commits | |
if: github.repository == 'ueberbit/uebertool' # Execute this workflow job only on the main repository. | |
steps: | |
- uses: actions/checkout@v3 | |
with: | |
persist-credentials: false | |
fetch-depth: 0 | |
- uses: nxtlvlsoftware/[email protected] | |
with: | |
repo: ueberbit/subtree-uebertool-companion | |
path: packages/uebertool-companion | |
deploy_key: ${{ secrets.SUBTREE_SPLIT_PRIVATE_KEY }} | |
force: true |