> I think this change is getting too long to be embeded in a yaml file. > I think it's better to move the shell code into its own script, so we > can have better code highlight in editor and a proper shebang (/bin/bash). That would need to be a separate patch? > > + echo "Run \`git rebase --whitespace=fix ${lastcommit}\` and \`git push --force\` to correct the problem." >>$GITHUB_STEP_SUMMARY > > When move this block into its own script, we can use single quote > string here, too. I am not sure what you mean. Thanks for the review, ...chris.