From 8f5b41441b3df17f6e857308db998eab7f455346 Mon Sep 17 00:00:00 2001 From: Matthew Baggett Date: Sat, 18 May 2024 17:45:50 +0200 Subject: [PATCH] Add required branding --- action.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 3b5750f..6273e12 100644 --- a/action.yml +++ b/action.yml @@ -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 }}