Skip to content

Commit 5e25d47

Browse files
authored
build: fix CoC script base_url path (#1045)
1 parent c4daeb6 commit 5e25d47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/patch-code-of-conduct.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Patch CoC
1919
uses: pkgjs/[email protected]
2020
with:
21-
base_url: '../../conduct/artifacts/CODE_OF_CONDUCT_PATCH.patch'
21+
base_url: './conduct/artifacts/CODE_OF_CONDUCT_PREAMBLE.md'
2222
template_url: 'https://www.contributor-covenant.org/version/2/1/code_of_conduct/code_of_conduct.md'
2323
patch_file_path: './conduct/artifacts/CODE_OF_CONDUCT_PATCH.patch'
2424
output_file_path: './CODE_OF_CONDUCT.md'

0 commit comments

Comments
 (0)