Skip to content

Commit

Permalink
Fix comment job syntax
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Gorochowik <[email protected]>
  • Loading branch information
tgorochowik committed Aug 6, 2024
1 parent 0fc1574 commit 0e5adee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/comment-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:

jobs:
Comment:
permissions:
pull-requests: write
name: Comment
runs-on: [self-hosted, Linux, X64, gcp-custom-runners]
container: ubuntu:jammy-20221130
Expand Down Expand Up @@ -75,8 +77,6 @@ jobs:
- name: Post comment
uses: KeisukeYamashita/create-comment@v1
permissions:
pull-requests: write
with:
number: ${{ steps.get-pr-number.outputs.num }}
check-only-first-line: "true"
Expand Down

0 comments on commit 0e5adee

Please sign in to comment.