File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 auto-resolve-conflicts :
3232 uses : php-fast-forward/.github/.github/workflows/auto-resolve-conflicts.yml@task/2-extract-shared-workflows
3333 with :
34- automation-ref : task/2-extract-shared-workflows
3534 base-ref : ${{ inputs.base-ref || github.event.pull_request.base.ref || github.event.repository.default_branch || 'main' }}
3635 pull-request-number : ${{ inputs.pull-request-number || github.event.pull_request.number || '' }}
3736 secrets : inherit
Original file line number Diff line number Diff line change 2929 changelog :
3030 uses : php-fast-forward/.github/.github/workflows/changelog.yml@task/2-extract-shared-workflows
3131 with :
32- automation-ref : task/2-extract-shared-workflows
3332 changelog-file : ${{ inputs.changelog-file || 'CHANGELOG.md' }}
3433 dev-tools-version : ^1.0
3534 version : ${{ inputs.version || '' }}
Original file line number Diff line number Diff line change 2323 reports :
2424 uses : php-fast-forward/.github/.github/workflows/reports.yml@task/2-extract-shared-workflows
2525 with :
26- automation-ref : task/2-extract-shared-workflows
2726 cleanup-previews : ${{ github.event_name == 'workflow_dispatch' && inputs.cleanup-previews || false }}
2827 dev-tools-version : ^1.0
2928 secrets : inherit
Original file line number Diff line number Diff line change 2323 tests :
2424 uses : php-fast-forward/.github/.github/workflows/tests.yml@task/2-extract-shared-workflows
2525 with :
26- automation-ref : task/2-extract-shared-workflows
2726 dev-tools-version : ^1.0
2827 publish-required-statuses : ${{ github.event_name == 'workflow_dispatch' && inputs.publish-required-statuses || false }}
You can’t perform that action at this time.
0 commit comments