mirror of
https://github.com/ONLYOFFICE/build_tools.git
synced 2026-02-10 20:45:38 +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
|
||||
|
||||
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
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
@ -65,7 +69,7 @@ jobs:
|
||||
|
||||
- name: Run Git Operations
|
||||
run: |
|
||||
cd build_tools/scripts/develop
|
||||
cd ${REPO_NAME}/scripts/develop
|
||||
python git_operations.py ${{ inputs.operation }} "${{ inputs.branch_name }}" \
|
||||
--base-branch="${{ inputs.base_branch }}" \
|
||||
--branding="${{ inputs.branding }}" \
|
||||
|
||||
Reference in New Issue
Block a user