Skip to content

Commit

Permalink
chore: try bot
Browse files Browse the repository at this point in the history
  • Loading branch information
FL33TW00D committed Jan 22, 2024
1 parent fd8ad84 commit 7ff9d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ratbot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/github-script@v6
with:
script: |
const codeReport = '${{ steps.loc.outputs.lines }}';
const codeReport = '${{ steps.scc.outputs.scc }}';
github.rest.issues.createComment({
issue_number: context.issue.number,
owner: context.repo.owner,
Expand Down

0 comments on commit 7ff9d20

Please sign in to comment.