Skip to content

Commit 1bd4c0d

Browse files
committed
fixup! fixup! fixup! fixup! fixup! fixup! ci(comment): make workflow reusable
1 parent c28d0c7 commit 1bd4c0d

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/comment/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ runs:
1313
uses: actions/github-script@v7
1414
with:
1515
github-token: ${{ inputs.token }}
16-
if: always()
1716
script: |
1817
var fs = require('fs');
1918
var issue_number = Number(fs.readFileSync('./results/id'));

.github/workflows/check-files.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,6 @@ jobs:
7575
7676
- name: Comment
7777
uses: ./.github/actions/comment
78+
if: always()
7879
with:
7980
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)