Skip to content

Commit

Permalink
Removed result-encoding from replacements (whoops)
Browse files Browse the repository at this point in the history
  • Loading branch information
d-miles committed Aug 18, 2024
1 parent 6ccea24 commit d69b4f1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,11 @@ jobs:
MIN_PHP_VERSION: `${(${{ needs.supported-php-versions.outputs.php-versions }})[0]}`,
TESTED_PHP_VERSIONS: ${{ needs.supported-php-versions.outputs.php-versions }}.join(', '),
};
result-encoding: string
- name: replacements
uses: austenstone/markdown-interpolation-action@v2
with:
values: ${{ fromJSON(steps.replacements.outputs.result) }}
values: ${{ steps.replacements.outputs.result }}
files-regex: docs\/.*\.(md|html?)

- name: Upload GitHub Pages artifact
Expand Down

0 comments on commit d69b4f1

Please # to comment.