Skip to content

Fix. 修复未登录时的消息抓取逻辑 #6

Fix. 修复未登录时的消息抓取逻辑

Fix. 修复未登录时的消息抓取逻辑 #6

Workflow file for this run

on: [push]
jobs:
prettier:
runs-on: ubuntu-latest
name: prettier-bot
steps:
- uses: actions/checkout@v3
- name: Tree
uses: RavelloH/prettier-bot@v1.0.1
- name: commit
continue-on-error: True
run: |
git init
git pull
git config --local user.email "dr_hamilton@foxmail.com"
git config --local user.name "Ravello-H"
git add .
git commit -m "[Prettier-bot]`date '+%Y-%m-%d %H:%M:%S'`" || exit
git status
git push -f