Skip to content

fix: git checkout before checking Step #22

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 5, 2024

Conversation

sinsukehlab
Copy link
Contributor

Summary

The if statement checking that we are on FROM_STEP should be run after the git checkout $BASE_BRANCH_NAME command.

Changes

Swap the order

Closes: #21

Task list

  • For workflow changes, I have verified the Actions workflows function as expected.
  • For content changes, I have reviewed the style guide.

Copy link

@rsese rsese left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm not sure if anything in particular isn't working or is broken without this change (it looks like https://github.com/skills/test-with-actions is the only course that uses base_branch_name) but seems fine to me /cc @heiskr just a heads up I'm merging this

@rsese rsese merged commit 6176c69 into skills:main Jan 5, 2024
Copy link

github-actions bot commented Jan 5, 2024

🎉 This PR is included in version 2.1.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@rsese
Copy link

rsese commented Jan 5, 2024

also thanks as always for the contribution 🙇 !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

[Bug] Step is checked before git checkout
2 participants