Skip to content

Commit

Permalink
Update diff_comment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
uniqueg authored Oct 29, 2024
1 parent 2ea05ea commit 7cb1d0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/diff_comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:
jobs:
comment:
runs-on: ubuntu-latest
if: github.event.workflow_run.jobs['diff'].steps.upload-log.outputs.artifact_id
permissions:
issues: write
steps:
Expand All @@ -21,7 +20,8 @@ jobs:
uses: actions/download-artifact@v4
with:
name: openapi-diff-log
workflow: 'Lint and validate OpenAPI specs'
run-id: ${{ github.event.workflow_run.id }}
github-token: ${{ secrets.GITHUB_TOKEN }}

- name: Create PR comment
uses: actions/github-script@v7
Expand Down

0 comments on commit 7cb1d0c

Please sign in to comment.