Skip to content

Commit cd9ff1f

Browse files
author
yannic
committed
fix: CI
1 parent a1462dd commit cd9ff1f

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/actions/pr_comment/action.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,6 @@ inputs:
1414
runs:
1515
using: 'composite'
1616
steps:
17-
- name: echo 1
18-
run: echo ${{ inputs.body }}
19-
shell: bash
20-
21-
- name: echo 2
22-
run: echo ${{ inputs.is_file }}
23-
shell: bash
24-
25-
- name: echo 3
26-
run: echo ${{ inputs.update_comment }}
27-
shell: bash
28-
2917
- name: Try update comment
3018
if: inputs.update_comment == true
3119
id: update

0 commit comments

Comments
 (0)