From 38b1032df782622579be2a0033cf67add2f38599 Mon Sep 17 00:00:00 2001 From: Jonathan Alvarez Date: Tue, 19 Dec 2023 12:27:41 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jonathan Alvarez --- .github/workflows/check-json-freshness.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-json-freshness.yml b/.github/workflows/check-json-freshness.yml index 5ff232a..d4a515e 100644 --- a/.github/workflows/check-json-freshness.yml +++ b/.github/workflows/check-json-freshness.yml @@ -29,4 +29,4 @@ jobs: - name: Final check and success if: ${{ steps.check_changes.outcome == 'success' }} - run: echo "JSON schemas are up to date." + run: echo "JSON schemas are up to date. Please run `pnpm generate` and commit the results."