Skip to content

Commit

Permalink
fix copy paste
Browse files Browse the repository at this point in the history
  • Loading branch information
cameron-dunn-sublime committed Dec 27, 2023
1 parent 02d1aed commit a824e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rule-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ jobs:
with:
debug: ${{ secrets.ACTIONS_STEP_DEBUG || false }}
script: |
const result = await client.rest.checks.listForRef({
const result = await github.rest.checks.listForRef({
check_name: "MQL Mimic Tests",
owner: "sublime-security",
repo: "sublime-rules",
Expand Down

0 comments on commit a824e5a

Please sign in to comment.