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