Skip to content

Commit

Permalink
refactor: shorten description
Browse files Browse the repository at this point in the history
Github actions seem to have a limit of 125 characters for being
published to the Github Marketplace...
  • Loading branch information
jonaseberle committed Jul 7, 2023
1 parent d9aef32 commit ad294ac
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: 'Setup DDEV in Github Workflows'
description: |
This action installs **DDEV** in your Github Workflow.
It's main use case is to run your Continuous Integration
tests against your already configured development environment.
That'll facilitate developing your tests – if they run locally,
they'll run in github actions, too.
author: 'Jonas Eberle and DDEV contributors'
runs:
using: 'node16'
Expand Down

0 comments on commit ad294ac

Please sign in to comment.