diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 386e1bb..191003f 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -35,4 +35,5 @@ jobs: if [ -f error.txt ]; then cat error.txt gh pr comment ${{ github.event.number }} --body $(cat error.txt) - fi \ No newline at end of file + fi + \ No newline at end of file