Skip to content

Commit 65ce9f2

Browse files
committed
Fix output path for branchprotector job
- same as #1371
1 parent 8036918 commit 65ce9f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/org-management.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
- name: Generate github org configuration
113113
working-directory: ./community/orgs
114114
run: |
115-
uv run --no-dev python -m org_management -o orgs.out.yml -b branchprotection.out.yml
115+
uv run --no-dev python -m org_management -o ../../orgs.out.yml -b ../../branchprotection.out.yml
116116
- name: write github private key
117117
run: |
118118
echo "${GH_PRIVATE_KEY}" > private_key

0 commit comments

Comments
 (0)