mirror of
https://github.com/ONLYOFFICE/build_tools.git
synced 2026-04-07 14:06:31 +08:00
Update .github/workflows/git-operations.yml
This commit is contained in:
6
.github/workflows/git-operations.yml
vendored
6
.github/workflows/git-operations.yml
vendored
@ -40,6 +40,10 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Clone Gitea repo
|
||||||
|
run: |
|
||||||
|
git clone https://${{ secrets.GITEA_USERNAME }}:${{ secrets.GITEA_TOKEN }}@${GITEA_SERVER_URL}/${REPO_OWNER}/${REPO_NAME}.git
|
||||||
|
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
@ -65,7 +69,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Run Git Operations
|
- name: Run Git Operations
|
||||||
run: |
|
run: |
|
||||||
cd build_tools/scripts/develop
|
cd ${REPO_NAME}/scripts/develop
|
||||||
python git_operations.py ${{ inputs.operation }} "${{ inputs.branch_name }}" \
|
python git_operations.py ${{ inputs.operation }} "${{ inputs.branch_name }}" \
|
||||||
--base-branch="${{ inputs.base_branch }}" \
|
--base-branch="${{ inputs.base_branch }}" \
|
||||||
--branding="${{ inputs.branding }}" \
|
--branding="${{ inputs.branding }}" \
|
||||||
|
|||||||
Reference in New Issue
Block a user