Time added
This commit is contained in:
parent
b2b980a96f
commit
02415eef06
4
.github/workflows/cicd.yml
vendored
4
.github/workflows/cicd.yml
vendored
@ -17,4 +17,6 @@ jobs:
|
|||||||
origin: "./*"
|
origin: "./*"
|
||||||
destination: "/home/${{ secrets.SERVER_USERNAME }}/"
|
destination: "/home/${{ secrets.SERVER_USERNAME }}/"
|
||||||
username: ${{ 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 }}"
|
Loading…
Reference in New Issue
Block a user