Skip to content

Commit 2aaf08a

Browse files
committed
Fix invalid output
1 parent 01207e2 commit 2aaf08a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-replace-string.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Check replaced string
5353
shell: bash
5454
run: |
55-
if [[ '${{ steps.replace-string.outputs.replaced-string }}' != 'Apricot Redberry' ]]; then
55+
if [[ '${{ steps.replace-from-file.outputs.replaced-string }}' != 'Apricot Redberry' ]]; then
5656
echo '!!! Action replace-string failed to replace string from a file'
5757
exit 1
5858
fi

0 commit comments

Comments
 (0)