chore: sync to develop action (#8557)

* chore: sync to develop action

Signed-off-by: mertmit <mertmit99@gmail.com>

* chore: order of master to develop action

Signed-off-by: mertmit <mertmit99@gmail.com>

---------

Signed-off-by: mertmit <mertmit99@gmail.com>
This commit is contained in:
Mert E
2024-05-24 01:34:33 +03:00
committed by GitHub
parent bc484166b5
commit 6da3107a5f
2 changed files with 7 additions and 5 deletions

View File

@@ -37,6 +37,8 @@ jobs:
cd nocodb
git fetch --quiet --unshallow origin
git checkout master
# reset to origin/master
git reset --hard origin/master
: # Use the first 8 characters of the latest commit hash as the branch name
BRANCH_NAME=nc/$(git rev-list -n 1 HEAD | cut -c1-8)
git checkout -b $BRANCH_NAME