docs icon indicating copy to clipboard operation
docs copied to clipboard

Use `$GITHUB_OUTPUT` environment file for Broken Doc Links workflow

Open oliverjfletcher opened this issue 1 year ago • 2 comments

Code of Conduct

What article on docs.github.com is affected?

N/A this affects the GitHub Action workflow for fixing broken links in the docs

What changes are you suggesting?

Summary

Update check-broken-links-github-github.yml to use $GITHUB_OUTPUT environment file per the change log

Cuurent State

run: echo "::set-output name=title::$(head -1 broken_github_github_links.md)"

Future State

run: echo "title=$(head -1 broken_github_github_links.md)" >> $GITHUB_OUTPUT

Additional information

No response

oliverjfletcher avatar Oct 22 '22 06:10 oliverjfletcher

@oliverjfletcher Thanks for the issue. I've edited the PR slightly so it includes this issue, too. ✨

cmwilson21 avatar Oct 24 '22 16:10 cmwilson21

@oliverjfletcher Thanks for the issue. I've edited the PR slightly so it includes this issue, too. ✨

@cmwilson21 I reverted the push per this comment, but let me know if I should push the change back to the branch, thanks!

oliverjfletcher avatar Oct 24 '22 20:10 oliverjfletcher

Closing this issue per comment here. 💛

cmwilson21 avatar Oct 28 '22 13:10 cmwilson21