Skip to content

Commit a26ed88

Browse files
authored
fix comments refering to wrong workflow and branch (skills#57)
1 parent 677a37b commit a26ed88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/4-deploy-to-staging-environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Step 4, Deploy to staging
22

33
# This workflow updates from step 4 to step 5.
44

5-
# This will run after the "Configure Azure environment" workflow
6-
# completes on the azure-configuration branch
5+
# This will run after the "Deploy to staging" workflow
6+
# completes on the staging-test branch
77
# Reference: https://docs.github.com/en/actions/learn-github-actions/events-that-trigger-workflows
88
on:
99
workflow_dispatch:

0 commit comments

Comments
 (0)