Skip to content

Commit

Permalink
workflows: sync 6.0 with master
Browse files Browse the repository at this point in the history
  • Loading branch information
sdimitro committed Sep 9, 2020
1 parent ee5ed04 commit 082e3ab
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/sync-with-master.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
on:
push:
branches:
- master
schedule:
- cron: '0 0 * * *'

jobs:
sync:
strategy:
matrix:
branch:
- 6.0/stage
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- uses: delphix/actions/sync-with-master@master
with:
branch-to-sync: ${{ matrix.branch }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 082e3ab

Please sign in to comment.