Skip to content

Commit

Permalink
tested different delimiter mechanism
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Oct 23, 2023
1 parent d4c55c4 commit 7f1ba3d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test_migration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,9 @@ jobs:
- name: export diff the migrations
id: diff_migrations
run: |
export message=atlas schema diff --from "maria://root:super_secret_passw0rd@localhost:3306/campus_db" --to "maria://root:super_secret_passw0rd@localhost:3300/campus_db" --format '{{ sql . " " }}' &&
EOF=$(dd if=/dev/urandom bs=15 count=1 status=none | base64) &&
echo "text<<$EOF" >> $GITHUB_OUTPUT &&
echo "$message" >> $GITHUB_OUTPUT &&
atlas schema diff --from "maria://root:super_secret_passw0rd@localhost:3306/campus_db" --to "maria://root:super_secret_passw0rd@localhost:3300/campus_db" --format '{{ sql . " " }}' >> $GITHUB_OUTPUT &&
echo "$EOF" >> $GITHUB_OUTPUT
- name: Find Comment
uses: peter-evans/find-comment@v2
Expand Down

0 comments on commit 7f1ba3d

Please sign in to comment.