Skip to content

Commit 15ce5a4

Browse files
committed
Smoke shared workflows without automation ref
1 parent 4a686d5 commit 15ce5a4

4 files changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/auto-resolve-conflicts.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ jobs:
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

.github/workflows/changelog.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ jobs:
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 || '' }}

.github/workflows/reports.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
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

.github/workflows/tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,5 @@ jobs:
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 }}

0 commit comments

Comments
 (0)