skills / release-based-workflow

Create a release based workflow that is built on the foundations of the GitHub flow
MIT License
121 stars 63 forks source link

[Bug]Step 1 won't open automatically #2

Closed sinsukehlab closed 2 years ago

sinsukehlab commented 2 years ago

Describe the bug When generating a new repository from this repository, STEP was set to 1. After setting STEP to 0, an action closed STEP 0 but did not open STEP 1.

To Reproduce Steps to reproduce the behavior:

  1. Generate a new repository from this repository by clicking Use this template.
  2. Wait about 20 seconds only to find no updates in files.
  3. Edit .github/script/STEP and change 1 into 0.
  4. Wait about 20 seconds and you will find that new branches are created and that STEP 0 in README.md is closed without STEP 1 opened.

Expected behavior STEP should be set to 0 in Initial commit, and each action should open the next step.

Screenshots If applicable, add screenshots to help explain your problem.

Device information

Additional context Add any other context about the problem here.

sinsukehlab commented 2 years ago

I am afraid this problem is not yet fixed in #6. A single space was not erased.