Skip to content

Commit

Permalink
Update action to allow composer to access multiple private repositori…
Browse files Browse the repository at this point in the history
…es using secret

Update action
  • Loading branch information
mattgrul committed Feb 25, 2024
1 parent d801c74 commit 04e0387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 04e0387

Please sign in to comment.