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 149b1b0 commit 23e4647
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ runs:
steps:
- name: Start to lower text ${{ inputs.text }}
run: |
echo 'text=Coucou' | grep 'ou' >> $GITHUB_OUTPUT
# echo 'text=Coucou' | tr '[:upper:]' '[:lower:]' >> $GITHUB_OUTPUT
# echo 'text=Coucou' | grep 'ou' >> $GITHUB_OUTPUT
echo 'text=Coucou' | tr '[:upper:]' '[:lower:]' >> $GITHUB_OUTPUT
# echo 'text=${{ inputs.text }}' | tr '[:upper:]' '[:lower:]' >> $GITHUB_OUTPUT
shell: bash
id: lower-step
Expand Down

0 comments on commit 23e4647

Please sign in to comment.