Skip to content

Commit

Permalink
Fix paths for reflector updates (#4645)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
augustuswm and reflector[bot] authored Dec 11, 2023
1 parent fe1bed8 commit 4ad7325
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-maghemite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@ 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

- name: Commit changes
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
Expand Down

0 comments on commit 4ad7325

Please sign in to comment.