Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
okuzawats committed Jul 19, 2024
1 parent 2a85870 commit 6570861
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 @@ -37,7 +37,7 @@ runs:
- name: "set up ruby"
uses: "ruby/setup-ruby@v1"
- name: "deprecate task"
if: ${{ github.event.inputs.messageType == 'task' }}
if: ${{ github.event.inputs.messageType }}
run: |
echo "::warning::type is task"
shell: "sh"
Expand Down

0 comments on commit 6570861

Please sign in to comment.