housekeeping: remove non-working / deprecated mirror.yml
This commit is contained in:
@@ -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'
|
|
||||||
Reference in New Issue
Block a user