Skip to content

Commit

Permalink
fjsjncjekzbdiak
Browse files Browse the repository at this point in the history
  • Loading branch information
fukiame committed Aug 28, 2023
1 parent f2e5095 commit fc6a8a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
bash ../tg_utils.sh up "${file}" "$(cat "${file}.info")"
done
for file in $(find . -maxdepth 1 -name '*.log'); do
if [[ -e "error_${file}.info" ]]; do
if [[ -e "error_${file}.info" ]]; then
bash ../tg_utils.sh up "${file}" "$(cat "error_${file}.info")"
fi
done
Expand Down

0 comments on commit fc6a8a7

Please sign in to comment.