Skip to content

Commit

Permalink
warning
Browse files Browse the repository at this point in the history
  • Loading branch information
okuzawats committed Jul 19, 2024
1 parent 54f646a commit b0f2b70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ runs:
- name: "deprecate task"
if: ${{ github.event.inputs.messageType == 'task' }}
run: |
echo "type is task"
echo "::warning::type is task"
shell: "sh"
- name: "run action"
run: |
Expand Down

0 comments on commit b0f2b70

Please sign in to comment.