Skip to content

Commit

Permalink
README.mdを削除し、空のREADME.mdを作成するワークフローを更新
Browse files Browse the repository at this point in the history
  • Loading branch information
being24 committed Feb 14, 2025
1 parent 068ba46 commit 4dc027b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/remove_depbot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@ jobs:

# remove files not needed for user instance of template
- name: Remove unneeded files
run: rm -f .github/dependabot.yml .github/workflows/test.yml .github/workflows/remove_depbot.yml
run: rm -f .github/dependabot.yml .github/workflows/test.yml .github/workflows/remove_depbot.yml README.md

# create blank README.md
- name: Create blank README.md
run: echo "# README for your project \n\nThis is a blank README file. You can add your project description here." > README.md

# save changed files
- name: Commit changed files
Expand Down

0 comments on commit 4dc027b

Please sign in to comment.