Skip to content

Commit

Permalink
fix pr message
Browse files Browse the repository at this point in the history
  • Loading branch information
JoaoVictor6 committed Apr 18, 2024
1 parent a5586b1 commit 741b5eb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/bump-version-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,11 @@ jobs:
uses: thollander/actions-comment-pull-request@v2
with:
message: |
Please, update version of web project!\nuse ```bash
Please, update version of web project!
execute thsi command on terminal
```bash
cd apps/web && npm version patch
``` :wave:
```
# - name: Checkout the PR branch
# uses: actions/checkout@v3
Expand Down

0 comments on commit 741b5eb

Please sign in to comment.