Splitties / refreshVersions

Life is too short to google for dependencies and versions
https://splitties.github.io/refreshVersions/
MIT License
1.65k stars 107 forks source link

Add missing '$' before {{ secrets.GITHUB_TOKEN }} in refreshversions-bot.md doc #697

Closed mr3y-the-programmer closed 1 year ago

mr3y-the-programmer commented 1 year ago

Hello/bonjour,

What?

Fix yaml syntax error by adding '$' before "{{ secrets.GITHUB_TOKEN }}" in RefreshVersionsBot doc

Why?

because otherwise the execution of refresh versions workflow fails with an error message like this:

The workflow is not valid. .github/workflows/refreshVersions.yml (Line: 33, Col: 25): A mapping was not expected .github/workflows/refreshVersions.yml (Line: 57, Col: 25): A mapping was not expected

How?

Add '$' before "{{ secrets.GITHUB_TOKEN }}"

LouisCAD commented 1 year ago

Thank you!