Skip to content

Merge pull request #12 from ocdtrekkie/dependabot/nuget/System.Text.J… #39

Merge pull request #12 from ocdtrekkie/dependabot/nuget/System.Text.J…

Merge pull request #12 from ocdtrekkie/dependabot/nuget/System.Text.J… #39

Workflow file for this run

name: sync
on:
push:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
sync:
# The type of runner that the job will run on
runs-on: ubuntu-latest
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- name: Git Sync Action
uses: wei/[email protected]
with:
source_repo: "ocdtrekkie/HAController"
source_branch: "refs/remotes/source/*"
destination_repo: "${{ secrets.SYNC_URL }}"
destination_branch: "refs/heads/*"