Skip to content

Commit 4e45a2a

Browse files
committed
build: capturing new migrations.
1 parent 8bb6649 commit 4e45a2a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/capture_new_migrations.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,14 +179,17 @@ jobs:
179179
# formatted_data=$(echo "$data" | tr '\t' ' ')
180180
# echo "$data" > multi_line_data.txt
181181
# echo "echo $data"
182-
# echo "CUSTOM_MESSAGE=$formatted_data" >> $GITHUB_ENV
182+
echo "CUSTOM_MESSAGE=$data" >> $GITHUB_ENV
183183
# echo "$formatted_data" > multi_line_data.txt
184184
shell: bash
185185
#
186186
- name: Comment PR
187187
uses: thollander/actions-comment-pull-request@v2
188+
with:
189+
message: |
190+
${{ env.CUSTOM_MESSAGE }}
188191
# filePath: multi_line_data.txt
189-
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
192+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
190193

191194
# This job aggregates test results. It's the required check for branch protection.
192195
# https://github.com/marketplace/actions/alls-green#why

0 commit comments

Comments
 (0)