Time added

This commit is contained in:
srueda99 2022-04-18 13:52:01 -05:00
parent b2b980a96f
commit 02415eef06

View File

@ -17,4 +17,6 @@ jobs:
origin: "./*"
destination: "/home/${{ secrets.SERVER_USERNAME }}/"
username: ${{ secrets.SERVER_USERNAME }}
key: ${{ secrets.SERVER_KEY }}
key: ${{ secrets.SERVER_KEY }}
- name: Last run
run: echo "Last run on ${{ steps.key-job.outputs.time }}"