We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 '''
The text was updated successfully, but these errors were encountered:
Never mind, this was an outdater bug, so the bug must be somewhere else.
Sorry, something went wrong.
francescalb
When branches are created from issues, their pull requests are automatically linked.
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
'''
The text was updated successfully, but these errors were encountered: