Skip to content

Commit 545f924

Browse files
committed
fix: update editorconfig branch references in workflows
1 parent b1d3745 commit 545f924

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-unity-cs-linter-dispatch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727
uses: ./.github/workflows/reusable-unity-cs-linter-dispatch.yaml
2828
with:
2929
base-branch: ${{ github.ref }}
30-
editorconfig-branch: ${{ github.event.repository.default_branch }}
30+
editorconfig-branch: ${{ github.ref }}
3131
include-paths: ${{ inputs.include-paths }}
3232
exclude-paths: ${{ inputs.exclude-paths }}

.github/workflows/test-unity-cs-linter-pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
with:
1212
head-branch: ${{ github.event.pull_request.head.ref }}
1313
base-branch: ${{ github.event.pull_request.base.ref }}
14-
editorconfig-branch: ${{ github.event.repository.default_branch }}
14+
editorconfig-branch: ${{ github.event.pull_request.head.ref }}
1515
include-paths: 'Assets/Tests/StyleTest/.*'
1616
exclude-paths: 'Assets/Tests/StyleTest/FileNameIssueStyleViolationTest.cs'

0 commit comments

Comments
 (0)