Skip to content

Update mirror.yml

Update mirror.yml #3

Workflow file for this run

name: 'Mirror'
on:
push:
branches:
- __mirror
- master
schedule:
- cron: '* 3 * * *'
workflow_dispatch:
jobs:
Mirror:
runs-on: ubuntu-latest
name: mirror
steps:
- name: Add safe directory
run: git config --global --add safe.directory /github/workspace
- name: mirror
id: mirror
uses: bridgelightcloud/github-mirror-action@v1
with:
origin: 'https://git.evulid.cc/cyberes/freematics-traccar-encrypted.git'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}