We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01207e2 commit 2aaf08aCopy full SHA for 2aaf08a
.github/workflows/test-replace-string.yml
@@ -52,7 +52,7 @@ jobs:
52
- name: Check replaced string
53
shell: bash
54
run: |
55
- if [[ '${{ steps.replace-string.outputs.replaced-string }}' != 'Apricot Redberry' ]]; then
+ if [[ '${{ steps.replace-from-file.outputs.replaced-string }}' != 'Apricot Redberry' ]]; then
56
echo '!!! Action replace-string failed to replace string from a file'
57
exit 1
58
fi
0 commit comments