Add required branding
This commit is contained in:
parent
3f05618516
commit
8f5b41441b
1 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,8 @@
|
|||
name: "Setup PHP Project"
|
||||
description: "Sets up a PHP project with GitHub Actions, including detecting PHP version and running composer install."
|
||||
branding:
|
||||
color: "orange"
|
||||
icon: "arrow-up-circle"
|
||||
|
||||
inputs:
|
||||
working_directory:
|
||||
|
@ -14,8 +17,6 @@ runs:
|
|||
using: "composite"
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- id: datetime
|
||||
uses: benzine-framework/action-get-datetime@v1
|
||||
- id: read-php-version
|
||||
shell: bash
|
||||
working-directory: ${{ inputs.working_directory }}
|
||||
|
|
Loading…
Reference in a new issue