Skip to content

Commit d9aef32

Browse files
committed
refactor: change action name
Relates: jonaseberle/github-action-setup-ddev#25
1 parent aaf2456 commit d9aef32

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

action.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1-
name: 'Setup DDEV'
2-
description: 'Set up your GitHub Actions workflow with DDEV'
3-
author: 'Jonas Eberle'
1+
name: 'Setup DDEV in Github Workflows'
2+
description: |
3+
This action installs **DDEV** in your Github Workflow.
4+
It's main use case is to run your Continuous Integration
5+
tests against your already configured development environment.
6+
That'll facilitate developing your tests – if they run locally,
7+
they'll run in github actions, too.
8+
author: 'Jonas Eberle and DDEV contributors'
49
runs:
510
using: 'node16'
611
main: 'lib/main.js'

0 commit comments

Comments
 (0)