Skip to content

Commit

Permalink
Refactor: Updated code review action to use a relative path for bette…
Browse files Browse the repository at this point in the history
…r maintainability.
  • Loading branch information
utsmannn committed Jan 25, 2025
1 parent 700d4f9 commit 20826ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- if: ${{ steps.get-pr.outputs.pr_number != '' }}
name: Run Customized Review
uses: .github/actions/code-reviewer
uses: ./.github/actions/code-reviewer
with:
gemini-api-key: ${{ secrets.GEMINI_API_KEY }}
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 20826ce

Please sign in to comment.