From 02415eef0645f536ff7bb944e3221216245d474f Mon Sep 17 00:00:00 2001 From: srueda99 Date: Mon, 18 Apr 2022 13:52:01 -0500 Subject: [PATCH] Time added --- .github/workflows/cicd.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 1ab18b0..4fab8b9 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -17,4 +17,6 @@ jobs: origin: "./*" destination: "/home/${{ secrets.SERVER_USERNAME }}/" username: ${{ secrets.SERVER_USERNAME }} - key: ${{ secrets.SERVER_KEY }} \ No newline at end of file + key: ${{ secrets.SERVER_KEY }} + - name: Last run + run: echo "Last run on ${{ steps.key-job.outputs.time }}" \ No newline at end of file