We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e87837 commit aa2edafCopy full SHA for aa2edaf
.github/workflows/cd-app.yml
@@ -29,7 +29,7 @@ on:
29
30
jobs:
31
deploy:
32
- name: " " # GitHub UI is noisy when calling reusable workflows, so use whitespace for name to reduce noise
+ name: Deploy
33
uses: ./.github/workflows/deploy.yml
34
with:
35
app_name: "app"
.github/workflows/database-migrations.yml
@@ -24,7 +24,7 @@ concurrency: database-migrations-${{ inputs.app_name }}-${{ inputs.environment }
24
25
26
build-and-publish:
27
+ name: Build
28
uses: ./.github/workflows/build-and-publish.yml
app_name: ${{ inputs.app_name }}
0 commit comments