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

Error in .github/workflows/ci_automerge_prs.yml which makes automerging fail in outside repos #139

Closed
francescalb opened this issue Apr 13, 2023 · 1 comment
Assignees

Comments

@francescalb
Copy link
Contributor

changes is unrecognized because 'inputs.' is missing in front, it should be inputs.changes in the following code

'''
if [ -z "${{ inputs.git_username }}" ] || [ -z "${{ inputs.git_email }}" ] || [ -z "${{ changes }}" ]; then
echo "git_username, git_email and changes MUST be supplied."
exit 1
fi
'''

@francescalb francescalb self-assigned this Apr 13, 2023
@francescalb
Copy link
Contributor Author

Never mind, this was an outdater bug, so the bug must be somewhere else.

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

When branches are created from issues, their pull requests are automatically linked.

1 participant