Skip to content

Commit a7d01c2

Browse files
authored
chore: replace reusable-workflows branch references with main (#603)
Co-authored-by: berfin-yueksel <99557970+berfin-yueksel@users.noreply.github.com>
1 parent cb1a878 commit a7d01c2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/new-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ permissions:
2525

2626
jobs:
2727
docs:
28-
uses: pimcore/workflows-collection-public/.github/workflows/reusable-docs.yaml@reusable-workflows
28+
uses: pimcore/workflows-collection-public/.github/workflows/reusable-docs.yaml@main
2929
with:
3030
docs_path: "doc"
3131
secrets:

.github/workflows/new-static-analysis.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
uses: actions/checkout@v4
4747
with:
4848
repository: pimcore/workflows-collection-public
49-
ref: reusable-workflows
49+
ref: main
5050
path: reusable-workflows
5151

5252
- name: Parse PHP versions from composer.json
@@ -74,7 +74,7 @@ jobs:
7474
7575
static-analysis:
7676
needs: setup-matrix
77-
uses: pimcore/workflows-collection-public/.github/workflows/reusable-static-analysis-unified.yaml@reusable-workflows
77+
uses: pimcore/workflows-collection-public/.github/workflows/reusable-static-analysis-unified.yaml@main
7878
with:
7979
phpstan_matrix: ${{ needs.setup-matrix.outputs.phpstan_matrix }}
8080
private_repo: ${{ needs.setup-matrix.outputs.private_repo }}

0 commit comments

Comments
 (0)