Delete github/workflows/mirror.yml
This commit is contained in:
parent
b2c324545e
commit
e44c7eb690
@ -1,20 +0,0 @@
|
|||||||
name: 'mirror'
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- __mirror
|
|
||||||
schedule:
|
|
||||||
- cron: '* 3 * * *'
|
|
||||||
workflow_dispatch:
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
mirror:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
name: mirror
|
|
||||||
steps:
|
|
||||||
- name: mirror
|
|
||||||
id: mirror
|
|
||||||
uses: bridgelightcloud/github-mirror@main
|
|
||||||
with:
|
|
||||||
origin: 'https://github.com/gigirassy/docker-compose-files'
|
|
||||||
GITHUB_TOKEN: ${{ secrets.HUB_TOKEN }}
|
|
Loading…
Reference in New Issue
Block a user