Add required branding

This commit is contained in:
Greyscale 2024-05-18 17:45:50 +02:00
parent 3f05618516
commit 8f5b41441b

View file

@ -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 }}