We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ee10422 + 0e1988e commit 4d347dfCopy full SHA for 4d347df
.github/scripts/install-hub.sh
.github/scripts/sync-with-master.sh
.github/workflows/sync-with-master.yml
@@ -14,8 +14,8 @@ jobs:
14
runs-on: ubuntu-18.04
15
steps:
16
- uses: actions/checkout@v2
17
- - run: ./.github/scripts/install-hub.sh
18
- - run: ./.github/scripts/sync-with-master.sh
+ - uses: delphix/actions/sync-with-master@master
+ with:
19
+ branch-to-sync: ${{ matrix.branch }}
20
env:
21
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- BRANCH: ${{ matrix.branch }}
0 commit comments