test permission

This commit is contained in:
Sixian Yi 2025-01-23 14:27:39 -08:00
parent 935e15c4d2
commit 9ef0d76ef0

View file

@ -23,6 +23,9 @@ jobs:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.inputs.commit_sha }}
- name: Read CODEOWNERS file
run: |
cat .github/CODEOWNERS
- name: Echo commit SHA
run: |