From 1f980046d315e06e9469ef946463276d402c95e6 Mon Sep 17 00:00:00 2001 From: Jeffrey Martin Date: Mon, 5 Aug 2024 20:52:24 -0500 Subject: [PATCH] export the content --- .github/workflows/maintain_cache.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/maintain_cache.yml b/.github/workflows/maintain_cache.yml index 0363a7075..7ca1361a4 100644 --- a/.github/workflows/maintain_cache.yml +++ b/.github/workflows/maintain_cache.yml @@ -51,6 +51,7 @@ jobs: set -e echo "Plugin cache updates exist" if [ ${{ endsWith(github.ref_name, '/main')}} ]; then + export CONTENT=$( base64 -i $FILE_TO_COMMIT ) cat <<- EOF > write_request.py #!python import json