From e00b09b784370e82f40de03d83fba922b4497c1b Mon Sep 17 00:00:00 2001 From: Brian Ginsburg Date: Wed, 7 Feb 2024 16:06:37 -0800 Subject: [PATCH] chore: Tinker with schemas action --- .github/workflows/schemas.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/schemas.yml b/.github/workflows/schemas.yml index 1b056c0e..5cc1bb3d 100644 --- a/.github/workflows/schemas.yml +++ b/.github/workflows/schemas.yml @@ -32,12 +32,11 @@ jobs: id: changed-files uses: tj-actions/changed-files@v42 with: - files_yaml: | - docs: - - 'homestar-runtime/schemas/docs/*.json' + files: homestar-runtime/schemas/docs/*.json + since_last_remote_commit: true - name: Push changes - if: steps.changed-files-yaml.outputs.docs_any_changed == 'true' + if: steps.changed-files.outputs.any_changed == 'true' run: | git config user.name "${GITHUB_ACTOR}" git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"