Skip to content
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

Make merge script executable (#58) #59

Closed
wants to merge 3 commits into from
Closed

Make merge script executable (#58) #59

wants to merge 3 commits into from

Conversation

henderni
Copy link

@henderni henderni commented Jan 13, 2024

Summary

The GitHub action workflow with name "Step 4, Add branch protections" errors out on the step titled "Merge changes from origin main into ci" with exit code 126 while trying to execute merge-branch.sh.

Changes

Modifies the step named "Merge changes from origin main into ci" adding a statement to make the merge-branch.sh file executable prior to running it (chmod +x).

Closes: #58

Task list

  • For workflow changes, I have verified the Actions workflows function as expected.

@henderni
Copy link
Author

Looks like this issue might have been fixed via another PR #60?

@sinsukehlab
Copy link
Contributor

Oh yes, I have fixed the issue by making the script executable.

@heiskr
Copy link
Contributor

heiskr commented Feb 5, 2024

Thank you for your pull request. As this issue was addressed by another pull request, I will close this pull request.

@heiskr heiskr closed this Feb 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] Step 4 workflow is not working
3 participants