Update .github/workflows/git-operations.yml

This commit is contained in:
Alexander Trofimov
2025-07-10 06:09:09 +00:00
parent 119b5f6d33
commit d357abcfc9

View File

@@ -43,6 +43,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
with:
path: ONLYOFFICE
token: ${{ secrets.GITHUB_TOKEN }}
fetch-depth: 0
@@ -64,7 +65,7 @@ jobs:
- name: Run Git Operations
run: |
cd scripts/develop
cd ONLYOFFICE/build_tools/scripts/develop
python git_operations.py ${{ inputs.operation }} "${{ inputs.branch_name }}" \
--base-branch="${{ inputs.base_branch }}" \
--branding="${{ inputs.branding }}" \