housekeeping: remove non-working / deprecated mirror.yml

This commit is contained in:
Brennen Bearnes
2022-12-04 21:25:52 -07:00
parent 6d87df76cb
commit fea8bee382
-17
View File
@@ -1,17 +0,0 @@
on:
push:
branches:
- 'dev'
jobs:
mirror_job:
runs-on: ubuntu-latest
name: Mirror SOURCE_BRANCH_NAME branch to DESTINATION_BRANCH_NAME branch
steps:
- name: Mirror action step
id: mirror
uses: google/mirror-branch-action@v1.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
source: 'dev'
dest: 'master'