We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8036918 commit 65ce9f2Copy full SHA for 65ce9f2
.github/workflows/org-management.yml
@@ -112,7 +112,7 @@ jobs:
112
- name: Generate github org configuration
113
working-directory: ./community/orgs
114
run: |
115
- uv run --no-dev python -m org_management -o orgs.out.yml -b branchprotection.out.yml
+ uv run --no-dev python -m org_management -o ../../orgs.out.yml -b ../../branchprotection.out.yml
116
- name: write github private key
117
118
echo "${GH_PRIVATE_KEY}" > private_key
0 commit comments