Cyb3r-Jak3 / html5validator-action

GitHub Action that checks HTML5 syntax.
https://github.com/marketplace/actions/html5-validator
Mozilla Public License 2.0
42 stars 12 forks source link

Upgrade `set-output` #36

Closed Cyb3r-Jak3 closed 1 year ago

Cyb3r-Jak3 commented 1 year ago

GitHub is deprecating set-output (see blog post). This action should be updated to use the new method of

- name: Set output
  run: echo "{name}={value}" >> $GITHUB_OUTPUT