Skip to content

Commit

Permalink
fix workflows 3
Browse files Browse the repository at this point in the history
Signed-off-by: svrnm <[email protected]>
  • Loading branch information
svrnm committed Jul 11, 2024
1 parent 2081ef1 commit 6374703
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpbench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v4

- name: Common Setup
uses: ./.github/workflows/common-setup.yml
uses: svrnm/exceldatatables/.github/workflows/common-setup.yml
with:
php-version: ${{ matrix.php-version }}
cache-key-suffix: ${{ matrix.php-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phpspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v4

- name: Common Setup
uses: ./.github/workflows/common-setup.yml
uses: svrnm/exceldatatables/.github/workflows/common-setup.yml
with:
php-version: ${{ matrix.php-version }}
cache-key-suffix: ${{ matrix.php-version }}
Expand Down

0 comments on commit 6374703

Please sign in to comment.