From 04e0387603e103a9d80104a0672f5a0332c454c9 Mon Sep 17 00:00:00 2001 From: mattgrul <40339403+mattgrul@users.noreply.github.com> Date: Fri, 23 Feb 2024 20:21:19 +0000 Subject: [PATCH] Update action to allow composer to access multiple private repositories using secret Update action --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index ea7a224..98386df 100644 --- a/action.yml +++ b/action.yml @@ -44,7 +44,7 @@ runs: using: 'composite' steps: - id: setup-php - name: 'Setup PHP' + name: 'Setup PHP'. uses: shivammathur/setup-php@v2 with: php-version: ${{ inputs.php-version }}