Skip to content

Commit 7f5688f

Browse files
committed
Change cleanup step name
1 parent 3537fe1 commit 7f5688f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cleanup_acceptance.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
container: quay.io/hypernode/deploy:3-php8.1-node18
1111
steps:
1212
- uses: actions/checkout@v2
13-
- name: deploy to production
13+
- name: Cleanup acceptance environments
1414
run: hypernode-deploy cleanup acceptance -vvv
1515
env:
1616
HYPERNODE_API_TOKEN: ${{ secrets.HYPERNODE_API_TOKEN }}

0 commit comments

Comments
 (0)