SDYTO / SDYTO/senlin

5555

Open
#3 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
HTML
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

  • name: 清理旧配置和产物(避免格式错误)
    run: |

    删除旧的 blogBase.json、backup、docs 目录

    rm -f ${{ github.workspace }}/blogBase.json
    rm -rf ${{ github.workspace }}/backup
    rm -rf ${{ github.workspace }}/docs
    echo "✅ 清理旧文件完成"

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue only provides a YAML cleanup step and does not name a workflow file, entry point, or requested change. Locate the workflow containing this step, then clarify the intended behavior and what validation should demonstrate completion.

Written by the indexing model from the issue text.

Assessment

Tech stack
github-actions, shell
Domain
ci-cd
Issue type
Refactor
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.