mirror of
https://github.com/ONLYOFFICE/build_tools.git
synced 2025-12-22 09:07:07 +00:00
Update .github/workflows/git-operations.yml
This commit is contained in:
3
.github/workflows/git-operations.yml
vendored
3
.github/workflows/git-operations.yml
vendored
@@ -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 }}" \
|
||||
|
||||
Reference in New Issue
Block a user