We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b99a274 commit 49e3917Copy full SHA for 49e3917
.github/workflows/acul-deploy.yml
@@ -85,7 +85,7 @@ jobs:
85
86
- name: Discover available screens
87
id: discover-screens
88
- uses: ./.github/actions/discover-acul-screens
+ uses: ./.github/actions/discover-screens
89
with:
90
working-directory: ${{ env.WORKING_DIR }}
91
@@ -112,7 +112,7 @@ jobs:
112
113
- name: Deployment Summary
114
if: always()
115
- uses: ./.github/actions/acul-deployment-summary
+ uses: ./.github/actions/deployment-summary
116
117
job-status: ${{ job.status }}
118
deployed_screens: ${{ steps.configure-auth0.outputs.deployed_screens }}
0 commit comments