diff --git a/.github/workflows/maintain_cache.yml b/.github/workflows/maintain_cache.yml index 7f8a61581..1ac9dcf43 100644 --- a/.github/workflows/maintain_cache.yml +++ b/.github/workflows/maintain_cache.yml @@ -62,6 +62,7 @@ jobs: "sha"= "$SHA" } EOF + cat request.json gh api --method PUT /repos/:owner/:repo/contents/$FILE_TO_COMMIT --input request.json echo "Update committed to repo" fi