feat: update workflow
This commit is contained in:
parent
89f417177f
commit
e7bd289320
|
@ -23,8 +23,8 @@ jobs:
|
||||||
chown -R root:root /root/.ssh
|
chown -R root:root /root/.ssh
|
||||||
- name: Setup Joint-Teapot
|
- name: Setup Joint-Teapot
|
||||||
run: |
|
run: |
|
||||||
if [ -f master_hash.txt ]; then
|
if [ -f /master_hash.txt ]; then
|
||||||
local_hash=$(cat master_hash.txt)
|
local_hash=$(cat /master_hash.txt)
|
||||||
else
|
else
|
||||||
local_hash=""
|
local_hash=""
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue
Block a user