From 0619c6c9ee50c6e1917066483c752094416cfd20 Mon Sep 17 00:00:00 2001 From: Github Actions Date: Wed, 23 Dec 2020 13:38:13 +0000 Subject: [PATCH] :construction_worker_man: sync DINAR Pushed from https://github.com/itpp-labs/DINAR/.github/workflows/fork2repos.yml --- .github/workflows/DINAR-PORT.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/DINAR-PORT.yml b/.github/workflows/DINAR-PORT.yml index 2bbd3e7..88486e7 100644 --- a/.github/workflows/DINAR-PORT.yml +++ b/.github/workflows/DINAR-PORT.yml @@ -96,7 +96,7 @@ jobs: --no-commit \ 2> $LOG_FILE || true cat $LOG_FILE - + # remove colors sed -r -i "s/\x1B\[([0-9]{1,3}(;[0-9]{1,2})?)?[mGK]//g" $LOG_FILE # escape character @@ -104,9 +104,9 @@ jobs: body=$(cat $LOG_FILE) body="${body//'%'/'%25'}" body="${body//$'\n'/'%0A'}" - body="${body//$'\r'/'%0D'}" + body="${body//$'\r'/'%0D'}" echo "MIGRATOR_LOGS=$body" >> $GITHUB_ENV - + git add -A git commit -m ":arrow_up:${{ env.PORT_TO_BRANCH_TAGS }} OCA/odoo-module-migrator @@ -137,7 +137,7 @@ jobs: number: ${{ steps.cpr.outputs.pull-request-number }} comment: | [Migrator](https://github.com/OCA/odoo-module-migrator/)'s logs: - + ``` ${{ env.MIGRATOR_LOGS }} ```