Skip to content

Commit

Permalink
More improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewbaggett committed May 18, 2024
1 parent 4c5fbf7 commit 5d5514b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ runs:
steps:
- uses: actions/checkout@v4
- id: read-php-version
name: "Read PHP Version"
shell: bash
working-directory: ${{ inputs.working_directory }}
run: |
Expand All @@ -43,6 +44,7 @@ runs:
php-version: ${{ steps.read-php-version.outputs.php_version }}
tools: ${{ inputs.php_tools }}
- id: composer-cache-find
name: "Find Composer Cache"
shell: bash
run: |
{
Expand All @@ -68,6 +70,7 @@ runs:
path: ${{ steps.composer-cache-find.outputs.dir }}
key: ${{ steps.composer-cache-find.outputs.key }}
- id: emit-php-detected
name: "Emit PHP Detected"
shell: bash
run: |
PHP_VERSION=$(php -v | head -n 1 | cut -d ' ' -f 2 | cut -d '.' -f 1,2)
Expand Down

0 comments on commit 5d5514b

Please sign in to comment.