Skip to content

fix(host): Don't use meta header if the value has commas or colons #344

fix(host): Don't use meta header if the value has commas or colons

fix(host): Don't use meta header if the value has commas or colons #344

Workflow file for this run

name: GitLab Sync
on: push
jobs:
branch-sync:
name: Synchronise Branches
runs-on: ubuntu-latest
steps:
- name: repo-sync
uses: Frederick888/git-sync@master
with:
source_repo: "https://github.com/Frederick888/external-editor-revived.git"
source_branch: "refs/remotes/source/*"
destination_repo: "https://Frederick888:${{ secrets.GITLAB_ACCESS_TOKEN }}@git.tsundere.moe/Frederick888/external-editor-revived.git"
destination_branch: "refs/heads/*"
tag-sync:
name: Synchronise Tags
runs-on: ubuntu-latest
steps:
- name: repo-sync
uses: Frederick888/git-sync@master
with:
source_repo: "https://github.com/Frederick888/external-editor-revived.git"
source_branch: "refs/tags/*"
destination_repo: "https://Frederick888:${{ secrets.GITLAB_ACCESS_TOKEN }}@git.tsundere.moe/Frederick888/external-editor-revived.git"
destination_branch: "refs/tags/*"