You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ComposerLockDiff GitHub Actions workflow fails on PRs that have "#\" in the PR description.
In my case, I was trying to print "#2" without GitHub automatically linking to the corresponding issue or PR number 2. So I added a slash in front like this: "#\2", and then the ComposerLockDiff workflow began failing. Changing the PR description to <span>#</span>2 made the workflow begin passing again.
The ComposerLockDiff GitHub Actions workflow fails on PRs that have "#\" in the PR description.
In my case, I was trying to print "#2" without GitHub automatically linking to the corresponding issue or PR number 2. So I added a slash in front like this: "#\2", and then the ComposerLockDiff workflow began failing. Changing the PR description to
<span>#</span>2
made the workflow begin passing again.This issue is very similar to #181 (closed): Error in composer-lock diff process when PR description contains new lines. The error is the same:
which happens when executing line 52 in the workflow file:
drainpipe/scaffold/github/workflows/ComposerLockDiff.yml
Line 52 in 272d241
The text was updated successfully, but these errors were encountered: