SINTEF/ci-cd

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

francescalb opened this issue · 1 comments

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
'''

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