diff --git a/scripts/deployDestinationFunction.js b/scripts/deployDestinationFunction.js index b05858c..97bdad9 100644 --- a/scripts/deployDestinationFunction.js +++ b/scripts/deployDestinationFunction.js @@ -28,6 +28,7 @@ async function run() { ); const code = `/** * Output from GITHUB ${GITHUB_JOB} Environment + * - Last Deployed: ${new Date().toISOString()} */ ${functionCode}