Skip to content

Commit

Permalink
Fix check name, and make title/etc consistent (#638)
Browse files Browse the repository at this point in the history
  • Loading branch information
cameron-dunn-sublime authored Aug 1, 2023
1 parent 8a6b0ae commit 3474121
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rule-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ jobs:
conclusion: "success",
details_url: process.env.parameter_url,
output: {
title: "Rule Tests and ID Generation",
summary: "Rule Tests and ID Generation",
text: "Rule Tests and ID Generation",
title: "Rule Tests and ID Updated",
summary: "Rule Tests and ID Updated",
text: "Rule Tests and ID Updated",
},
});
2 changes: 1 addition & 1 deletion .github/workflows/update-test-rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
uses: lewagon/[email protected]
with:
ref: ${{ steps.comment-branch.outputs.head_sha }}
check-name: 'Rule Tests and ID Generation'
check-name: 'Rule Tests and ID Updated'
repo-token: ${{ secrets.GITHUB_TOKEN }}
wait-interval: 10

Expand Down

0 comments on commit 3474121

Please sign in to comment.