Skip to content

Commit

Permalink
Update action.yml with PR summary fix (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher committed Jan 18, 2024
1 parent e9dc1a7 commit 792fd61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ runs:
continue-on-error: false

# PR Summary -------------------------------------------------------------------------------------------------------
- name: Summarize PR
if: inputs.summary == 'true' && (github.event_name == 'pull_request' || github.event_name == 'pull_request_target') && (inputs.event.action == 'opened' || inputs.event.action == 'closed')
- name: PR Summary
if: inputs.summary == 'true' && (github.event_name == 'pull_request' || github.event_name == 'pull_request_target') && (github.event.action == 'opened' || github.event.action == 'closed')
env:
REPO_NAME: ${{ github.repository }}
PR_NUMBER: ${{ github.event.pull_request.number }}
Expand Down

0 comments on commit 792fd61

Please sign in to comment.