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
I was just trying to copy text out of an actions workflow, specifically these lines. Since I'm using OctoLinker the action name is linkified and the text that gets pasted into an issue shows up as:
- name: Set up .NETuses: https://github.com/actions/setup-dotnet/tree/v2.0.0v2.0.0with:
dotnet-version: | 3.1.417 5.0.406 6.0.201
instead of
- name: Set up .NETuses: actions/[email protected]with:
dotnet-version: | 3.1.417 5.0.406 6.0.201
Similarly I tried to copy text out of an Actions build log and that's also pasting incorrectly. OctoLinker doesn't run on these pages so the issue isn't related to that like the above one kind of is.
I was just trying to copy text out of an actions workflow, specifically these lines. Since I'm using OctoLinker the action name is linkified and the text that gets pasted into an issue shows up as:
instead of
Similarly I tried to copy text out of an Actions build log and that's also pasting incorrectly. OctoLinker doesn't run on these pages so the issue isn't related to that like the above one kind of is.
In this example the 4th line should actually be:
The text was updated successfully, but these errors were encountered: