Skip to content

Commit

Permalink
[chore][wokflow]: fix codeowner check (#36729)
Browse files Browse the repository at this point in the history
  • Loading branch information
VihasMakwana authored Dec 9, 2024
1 parent c1eaf7f commit 6552f4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check-codeowners.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,6 @@ jobs:
run: |
make githubgen-install
cd pr
echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
GITHUB_TOKEN=${{ secrets.READ_ORG_AND_USER_TOKEN }} githubgen
git diff -s --exit-code || (echo 'Generated code is out of date, please apply this diff and commit the changes in this PR.' && git diff && exit 1)

0 comments on commit 6552f4f

Please sign in to comment.