Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit 8f03c33

Browse files
committed
try
1 parent 58db23f commit 8f03c33

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.yamllint

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ rules:
3434
level: warning
3535
new-lines: enable
3636
octal-values: disable
37-
quoted-strings:
38-
quote-type: double
37+
quoted-strings: disable
3938
trailing-spaces: disable
4039
truthy: disable

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ runs:
3737
- name: "set up ruby"
3838
uses: "ruby/setup-ruby@v1"
3939
- name: "deprecate task"
40-
if: ${{ true }}
40+
if: ${{ github.event.inputs.messageType == "task" }}
4141
run: |
4242
echo "type is task"
4343
shell: "sh"

0 commit comments

Comments
 (0)