Skip to content

Commit

Permalink
fix: CI
Browse files Browse the repository at this point in the history
  • Loading branch information
YannicEl committed Aug 4, 2023
1 parent 12aee5f commit a2d29c4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/actions/pr_comment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,18 @@ inputs:
runs:
using: 'composite'
steps:
- name: echo 1
run: echo ${{ inputs.body }}
shell: bash

- name: echo 2
run: echo ${{ inputs.is_file }}
shell: bash

- name: echo 3
run: echo ${{ inputs.update_comment }}
shell: bash

- name: Try update comment
if: inputs.update_comment
id: update
Expand Down

0 comments on commit a2d29c4

Please sign in to comment.