Splitties / refreshVersions

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

Documentation about RefreshVersionsBot ends up with a non working Github Action #680

Open quandor opened 1 year ago

quandor commented 1 year ago

🐛 Describe the bug

If you follow along the documentation regarding upgrade automation using Github actions https://jmfayard.github.io/refreshVersions/refreshversions-bot/, you will end up with a non working Github Action

⚠️ Current behavior

On executing the Github Action, you will get an error.

The workflow is not valid. .github/workflows/broken_refreshVersions.yml (Line: 29, Col: 25): A mapping was not expected .github/workflows/broken_refreshVersions.yml (Line: 53, Col: 25): A mapping was not expected

✅ Expected behavior

If I follow the documentation, I expect to end up with a successfully running Github Action.

💣 Steps to reproduce

See https://github.com/quandor/automatic-version-upgrades/actions/runs/4470198927 or run that pipeline manually.

quandor commented 1 year ago

I do have a working Github Action. If you are interested in that one, let me know and I will open a PR.