Skip to content

Commit

Permalink
Fix maghemite auto-updates (#5949)
Browse files Browse the repository at this point in the history
Running the maghemite update script creates changes in the
packge-manifest.toml file, but that file is not being tracked in the
auto update script.

* Commit package manifest during updates
  • Loading branch information
augustuswm authored Jul 11, 2024
1 parent 100179a commit 148d8d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-maghemite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
run: |
. ./tools/reflector/helpers.sh
PATHS=("tools/maghemite_ddm_openapi_version" "tools/maghemite_mg_openapi_version" "tools/maghemite_mgd_checksums")
PATHS=("tools/maghemite_ddm_openapi_version" "tools/maghemite_mg_openapi_version" "tools/maghemite_mgd_checksums" "package-manifest.toml")
CHANGES=()
commit $TARGET_BRANCH $INT_BRANCH ${{ inputs.reflector_user_id }} PATHS CHANGES
Expand Down

0 comments on commit 148d8d1

Please sign in to comment.