Skip to content

Commit

Permalink
feat(code): add last deployed timestamp to function code
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonSooter committed Oct 23, 2023
1 parent 92fa0f3 commit c9dcd77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/deployDestinationFunction.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ async function run() {
);
const code = `/**
* Output from GITHUB ${GITHUB_JOB} Environment
* - Last Deployed: ${new Date().toISOString()}
*/
${functionCode}
Expand Down

0 comments on commit c9dcd77

Please sign in to comment.