Skip to content

Commit 49e3917

Browse files
committed
chore: rename GitHub Actions worflow config
1 parent b99a274 commit 49e3917

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/acul-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585

8686
- name: Discover available screens
8787
id: discover-screens
88-
uses: ./.github/actions/discover-acul-screens
88+
uses: ./.github/actions/discover-screens
8989
with:
9090
working-directory: ${{ env.WORKING_DIR }}
9191

@@ -112,7 +112,7 @@ jobs:
112112

113113
- name: Deployment Summary
114114
if: always()
115-
uses: ./.github/actions/acul-deployment-summary
115+
uses: ./.github/actions/deployment-summary
116116
with:
117117
job-status: ${{ job.status }}
118118
deployed_screens: ${{ steps.configure-auth0.outputs.deployed_screens }}

0 commit comments

Comments
 (0)