We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa2edaf commit 1af0cecCopy full SHA for 1af0cec
.github/workflows/deploy.yml
@@ -26,7 +26,7 @@ jobs:
26
# Don't need to call the build-and-publish workflow since the database-migrations
27
# workflow already calls it
28
database-migrations:
29
- name: " " # GitHub UI is noisy when calling reusable workflows, so use whitespace for name to reduce noise
+ name: Database migrations
30
uses: ./.github/workflows/database-migrations.yml
31
with:
32
app_name: ${{ inputs.app_name }}
0 commit comments