We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d09c1d4 commit 81e4b2eCopy full SHA for 81e4b2e
1 file changed
.github/workflows/pypi_publish.yml
@@ -14,6 +14,9 @@ jobs:
14
outputs:
15
is_code_owner: ${{ steps.check.outputs.is_owner }}
16
steps:
17
+ - name: Checkout code
18
+ uses: actions/checkout@v5
19
+
20
- name: Load CODEOWNERS
21
run: |
22
owners=$(grep -v '^#' .github/CODEOWNERS | awk '{print $2}')
0 commit comments