We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c32d6a commit 642afc5Copy full SHA for 642afc5
.github/workflows/test_migration.yml
@@ -58,7 +58,7 @@ jobs:
58
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 &&
59
echo "$EOF" >> $GITHUB_OUTPUT
60
- name: Find Comment
61
- uses: peter-evans/find-comment@v2
+ uses: peter-evans/find-comment@v3
62
id: fc
63
with:
64
issue-number: "${{ github.event.number }}"
0 commit comments