Skip to content

Commit 4d347df

Browse files
authored
Merge branch 'master' into sdb_bssp
2 parents ee10422 + 0e1988e commit 4d347df

File tree

3 files changed

+3
-45
lines changed

3 files changed

+3
-45
lines changed

.github/scripts/install-hub.sh

Lines changed: 0 additions & 3 deletions
This file was deleted.

.github/scripts/sync-with-master.sh

Lines changed: 0 additions & 39 deletions
This file was deleted.

.github/workflows/sync-with-master.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
runs-on: ubuntu-18.04
1515
steps:
1616
- uses: actions/checkout@v2
17-
- run: ./.github/scripts/install-hub.sh
18-
- run: ./.github/scripts/sync-with-master.sh
17+
- uses: delphix/actions/sync-with-master@master
18+
with:
19+
branch-to-sync: ${{ matrix.branch }}
1920
env:
2021
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
21-
BRANCH: ${{ matrix.branch }}

0 commit comments

Comments
 (0)