Skip to content

Commit

Permalink
test local action
Browse files Browse the repository at this point in the history
  • Loading branch information
profy12 committed Jan 8, 2024
1 parent 6b6e860 commit c5ecf27
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 @@ -14,7 +14,8 @@ runs:
steps:
- name: Start to lower text ${{ inputs.text }}
run: |
echo '${{ inputs.text }}' | tr '[:upper:]' '[:lower:]' >> $GITHUB_OUTPUT
echo "Coucou"
# echo '${{ inputs.text }}' | tr '[:upper:]' '[:lower:]' >> $GITHUB_OUTPUT
shell: bash
id: lower-step

0 comments on commit c5ecf27

Please sign in to comment.