Skip to content

Commit

Permalink
Update update_prod.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamBanham committed Jul 13, 2022
1 parent c32cd36 commit 0a92de6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ 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 }} \r\n ${{ github.event.release.body }}" > ./svn_temp/commit.txt
echo "${{ github.event.release.name }}" >> ./svn_temp/commit.txt
echo "${{ github.event.release.body }}" >> ./svn_temp/commit.txt
echo "------"
echo "$(ls -al)"
echo "------"
Expand Down

0 comments on commit 0a92de6

Please sign in to comment.