diff --git a/.github/workflows/sync-standards.yml b/.github/workflows/sync-standards.yml index 3051a8e..76a3097 100644 --- a/.github/workflows/sync-standards.yml +++ b/.github/workflows/sync-standards.yml @@ -49,7 +49,7 @@ jobs: with: org: ${{ github.event.inputs.org || 'EvergineTeam' }} repo: ${{ github.event.inputs.repo || 'evergine-standards' }} - ref: ${{ github.event.inputs.ref || 'main' }} + ref: ${{ github.event.inputs.ref || 'v2' }} target_branch: ${{ github.event.inputs.target_branch || github.event.repository.default_branch }} script_path: ${{ github.event.inputs.script_path || 'sync-standards.ps1' }} commit_message: "${{ github.event.inputs.commit_message || vars.STANDARDS_COMMIT_MESSAGE || 'auto: sync standard files [skip ci]' }}"