Skip to content

Commit

Permalink
docs: wrong melos action link (#772)
Browse files Browse the repository at this point in the history
replace with a correct melos action link

<!--
  Thanks for contributing!

Provide a description of your changes below and a general summary in the
title

Please look at the following checklist to ensure that your PR can be
accepted quickly:
-->

## Description

<!--- Describe your changes in detail -->

## Type of Change

<!--- Put an `x` in all the boxes that apply: -->

- [ ] ✨ `feat` -- New feature (non-breaking change which adds
functionality)
- [ ] 🛠️ `fix` -- Bug fix (non-breaking change which fixes an issue)
- [ ] ❌ `!` -- Breaking change (fix or feature that would cause existing
functionality to change)
- [ ] 🧹 `refactor` -- Code refactor
- [ ] ✅ `ci` -- Build configuration change
- [x] 📝 `docs` -- Documentation
- [ ] 🗑️ `chore` -- Chore
  • Loading branch information
AlexanderThiele authored Oct 9, 2024
1 parent 76f2264 commit 7e16f26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/melos/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ repositories with git and Pub.**
## Github Action

If you're planning on using Melos in your GitHub Actions workflows, you can use
the [Melos Action](https://github.com/flame-engine/flame/tree/main/examples/assets/svgs)
the [Melos Action](https://github.com/marketplace/actions/melos-action)
to run Melos commands, this action also supports automatic versioning and
publishing directly from your workflows.

Expand Down

0 comments on commit 7e16f26

Please sign in to comment.