Skip to content

Commit

Permalink
tests step by step
Browse files Browse the repository at this point in the history
  • Loading branch information
profy12 committed Jan 8, 2024
1 parent 7611f15 commit d03ab2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ runs:
- name: Start to lower text ${{ inputs.text }}
run: |
# echo "text=Coucou" | grep ou >> $GITHUB_OUTPUT
echo 'text=${{ inputs.text }}' | tr '[:upper:]' '[:lower:]' >> $GITHUB_OUTPUT
echo 'text=Coucou' | tr '[:upper:]' '[:lower:]' >> $GITHUB_OUTPUT
# echo 'text=${{ inputs.text }}' | tr '[:upper:]' '[:lower:]' >> $GITHUB_OUTPUT
shell: bash
id: lower-step

0 comments on commit d03ab2e

Please sign in to comment.