Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeraymonddowning committed Sep 23, 2024
1 parent 2c50a69 commit c59a9ab
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,15 @@ inputs:
runs:
using: composite
steps:
- name: Test
run: md5 -s "test"
shell: bash

- name: Get extension cache hash
id: get-cache-hash
env:
PHP_EXTENSIONS: ${{ inputs.php-extensions }}
run: echo hash=$(echo md5 -s $PHP_EXTENSIONS) >> $GITHUB_OUTPUT
run: echo hash=$(md5 -s $PHP_EXTENSIONS) >> $GITHUB_OUTPUT
shell: bash

- name: Setup cache environment
Expand Down

0 comments on commit c59a9ab

Please sign in to comment.