Skip to content

Commit

Permalink
Revert "chore: Workflow triggered by dependabot won't comment in commit"
Browse files Browse the repository at this point in the history
This reverts commit 993d8da.
  • Loading branch information
CheyiLin committed Jun 21, 2024
1 parent 993d8da commit e68c879
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ jobs:
${CMD} docker version
${CMD} aws --version
- name: Comment
if: ${{ github.actor != 'dependabot[bot]' }}
uses: peter-evans/commit-comment@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

2 comments on commit e68c879

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pipeline has passed. 🎉

  • context: v2
  • version: 2.16.12

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pipeline has passed. 🎉

  • context: v1
  • version: 1.33.12

Please sign in to comment.