Skip to content

Commit

Permalink
ci: replace comment_includes with comment_tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ferferga committed Dec 14, 2022
1 parent c9f119c commit 0acf8ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
with:
GITHUB_TOKEN: ${{ secrets.JF_BOT_TOKEN }}
message: ${{ needs.compose-comment.outputs.msg }}
comment_includes: ${{ needs.compose-comment.outputs.marker }}
comment_tag: ${{ needs.compose-comment.outputs.marker }}

project:
name: Project board 📊
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.JF_BOT_TOKEN }}
message: ${{ needs.compose-comment.outputs.msg }}
pr_number: ${{ needs.pr-context.outputs.pr_number }}
comment_includes: ${{ needs.compose-comment.outputs.marker }}
comment_tag: ${{ needs.compose-comment.outputs.marker }}

0 comments on commit 0acf8ef

Please sign in to comment.