WIP: ci-action #55

Closed
周赵嘉程521432910016 wants to merge 21 commits from ci-action into master
Showing only changes of commit e7bd289320 - Show all commits

View File

@ -23,8 +23,8 @@ jobs:
chown -R root:root /root/.ssh
- name: Setup Joint-Teapot
run: |
if [ -f master_hash.txt ]; then
local_hash=$(cat master_hash.txt)
if [ -f /master_hash.txt ]; then
local_hash=$(cat /master_hash.txt)
else
local_hash=""
fi