/**
 * Minified by jsDelivr using Terser v5.39.0.
 * Original file: /npm/@docker/actions-toolkit@0.88.0/lib/index.js
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
import*as core from"@actions/core";import{Cache}from"./cache.js";const isPost=!!process.env.STATE_isPost;isPost||core.saveState("isPost","true");export async function run(s,t){if(isPost)t&&await t(),await core.group("Post cache",(async()=>{await Cache.post()}));else try{await s()}catch(s){core.setFailed(s.message)}}
//# sourceMappingURL=/sm/a3df0cc0d5c6560d114c9009f20d3d698329a5f896ad5259281472846eae465c.map