skills / write-javascript-actions

Write your own GitHub JavaScript Action and automate customized tasks unique to your workflow.
MIT License
112 stars 61 forks source link

Fix broken markdown link #43

Closed spenserblack closed 3 months ago

spenserblack commented 4 months ago

Summary

In one of the steps a Markdown link ([text](//example.com)) was broken by a space between the [] and ().

Changes

This removes the space so that the link renders as expected.

Task list