Skip to content

Commit

Permalink
workflow errors on non-consistent CLRFs
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamBanham committed Jul 13, 2022
1 parent 17f60a6 commit c32cd36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
run: |
echo "::group::sending to prod via svn"
echo "commiting with :: ${{ github.event.release.name }} : ${{ github.event.release.body }}"
echo "\# ${{ github.event.release.name }}\n${{ github.event.release.body }}" > ./svn_temp/commit.txt
echo "\# ${{ github.event.release.name }} \r\n ${{ github.event.release.body }}" > ./svn_temp/commit.txt
echo "------"
echo "$(ls -al)"
echo "------"
Expand Down

0 comments on commit c32cd36

Please sign in to comment.