diff --git a/action.yml b/action.yml index 9030c3d..cfaa714 100644 --- a/action.yml +++ b/action.yml @@ -14,7 +14,7 @@ runs: steps: - name: Start to lower text ${{ inputs.text }} run: | - echo "Coucou" | grep ou >> $GITHUB_OUTPUT + echo "text=Coucou" | grep ou >> $GITHUB_OUTPUT # echo '${{ inputs.text }}' | tr '[:upper:]' '[:lower:]' >> $GITHUB_OUTPUT shell: bash id: lower-step