Skip to content

Commit

Permalink
fix: json
Browse files Browse the repository at this point in the history
  • Loading branch information
romadryud committed Oct 13, 2024
1 parent ed61e76 commit c6ab2f9
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,13 @@ jobs:
- name: Upload artifact to trigger app for forks
if: ${{ failure() }}
run: |
json='
{
"name": "comment",
"payload": {
"issue_number": "8",
"message": "CI in unable to auto fix prettier, please do it yourself by running `npm run prettify`."
}
json='{
"name": "comment",
"payload": {
"issue_number": "8",
"message": "CI is unable to auto-fix prettier, please do it yourself by running `npm run prettify`."
}
' && echo "$json" > flow.json
}' && echo "$json" > flow.json
- uses: actions/upload-artifact@v4
with:
name: flow
Expand Down

0 comments on commit c6ab2f9

Please sign in to comment.