From 4ad732573f83f19ffb8f9cc1b3f26b1fc0ebd8c5 Mon Sep 17 00:00:00 2001 From: Augustus Mayo Date: Mon, 11 Dec 2023 09:11:16 -0600 Subject: [PATCH] Fix paths for reflector updates (#4645) Fixes the paths that maghemite reflector updates should look at when detecting changes. This should fix the missing commit id in the PR titles and bodies Co-authored-by: reflector[bot] <123+reflector[bot]@users.noreply.github.com> --- .github/workflows/update-maghemite.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-maghemite.yml b/.github/workflows/update-maghemite.yml index b3611f9987..7ced0adf5e 100644 --- a/.github/workflows/update-maghemite.yml +++ b/.github/workflows/update-maghemite.yml @@ -47,7 +47,7 @@ jobs: - name: Extract new maghemite package version run: | - eval $(cat tools/maghemite_openapi_version | grep COMMIT) + eval $(cat tools/maghemite_mg_openapi_version | grep COMMIT) echo "version=${COMMIT:0:7}" >> $GITHUB_OUTPUT id: updated @@ -55,7 +55,7 @@ jobs: run: | . ./tools/reflector/helpers.sh - PATHS=("tools/maghemite_openapi_version") + PATHS=("tools/maghemite_ddm_openapi_version" "tools/maghemite_mg_openapi_version" "tools/maghemite_mgd_checksums") CHANGES=() commit $TARGET_BRANCH $INT_BRANCH ${{ inputs.reflector_user_id }} PATHS CHANGES