mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 10:36:47 +00:00
fix: unsafe repository issue. ref: #1785
Signed-off-by: Wing-Kam Wong <wingkwong.code@gmail.com>
This commit is contained in:
7
.github/workflows/sync-to-develop.yml
vendored
7
.github/workflows/sync-to-develop.yml
vendored
@@ -9,16 +9,11 @@ jobs:
|
||||
sync-to-develop:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
# See https://github.com/actions/checkout/issues/766
|
||||
- name: Workaround for unsafe repository issue
|
||||
run: |
|
||||
git config --global --add safe.directory ${GITHUB_WORKSPACE}
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v1
|
||||
|
||||
- name: Merge from master to develop
|
||||
uses: robotology/gh-action-nightly-merge@v1.3.1
|
||||
uses: wingkwong/gh-action-nightly-merge@master
|
||||
with:
|
||||
stable_branch: 'master'
|
||||
development_branch: 'develop'
|
||||
|
||||
Reference in New Issue
Block a user