Skip to content

Modify a bunch of styles #55

Modify a bunch of styles

Modify a bunch of styles #55

Workflow file for this run

# from https://dev.to/brunorobert/github-and-gitlab-sync-44mn
name: oc
on:
- push
- delete
jobs:
sync:
runs-on: ubuntu-latest
name: Git Repo Sync
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: wangchucheng/git-repo-sync@v0.1.0
with:
target-url: ${{ secrets.TARGET_URL }}
target-username: ${{ secrets.TARGET_USERNAME }}
target-token: ${{ secrets.TARGET_TOKEN }}