Skip to content

Commit

Permalink
Revert "remove if"
Browse files Browse the repository at this point in the history
This reverts commit c2c262e.
  • Loading branch information
okuzawats committed Jul 19, 2024
1 parent c2c262e commit 2a85870
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ runs:
- name: "set up ruby"
uses: "ruby/setup-ruby@v1"
- name: "deprecate task"
if: ${{ github.event.inputs.messageType == 'task' }}
run: |
echo "::warning::type is task"
shell: "sh"
Expand Down

0 comments on commit 2a85870

Please sign in to comment.