Skip to content

Commit

Permalink
Merge pull request #7 from sdimitro/sync_delphix_6.0
Browse files Browse the repository at this point in the history
workflows: sync 6.0 with master
  • Loading branch information
sdimitro authored Sep 10, 2020
2 parents ee5ed04 + 082e3ab commit 47c0984
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 47c0984

Please sign in to comment.