Skip to content

Commit

Permalink
edit comment workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
docimin committed Dec 22, 2024
1 parent 8e0e5cc commit 2540fed
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/comment-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@ jobs:
node: [22.x]

steps:
- name: Install GitHub CLI
run: |
curl -fsSL https://cli.github.com/packages/release/gh_2.0.0_linux_amd64.deb -o gh.deb
sudo dpkg -i gh.deb
if: runner.os == 'Linux'

- name: Check comment author permissions
id: check-permissions
run: |
Expand Down

0 comments on commit 2540fed

Please sign in to comment.