From 3474121e59b9da54b0fa4f16011297c420546bc6 Mon Sep 17 00:00:00 2001 From: Cameron Dunn Date: Tue, 1 Aug 2023 11:18:07 -0700 Subject: [PATCH] Fix check name, and make title/etc consistent (#638) --- .github/workflows/rule-validate.yml | 6 +++--- .github/workflows/update-test-rules.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/rule-validate.yml b/.github/workflows/rule-validate.yml index 1cda761759f..7e434ee6bab 100644 --- a/.github/workflows/rule-validate.yml +++ b/.github/workflows/rule-validate.yml @@ -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", }, }); diff --git a/.github/workflows/update-test-rules.yml b/.github/workflows/update-test-rules.yml index 289cf8ac5cb..89c681c27e0 100644 --- a/.github/workflows/update-test-rules.yml +++ b/.github/workflows/update-test-rules.yml @@ -51,7 +51,7 @@ jobs: uses: lewagon/wait-on-check-action@v1.3.1 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