Skip to content

Commit

Permalink
Update pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mayur-hitachivantara authored Mar 21, 2024
1 parent 4ee566c commit 3d34300
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,5 +158,5 @@ jobs:
JF_PATH_EXCLUSIONS: '*.git*;*node_modules*;*target*;*venv*;*test*;*resources-filtered*'
JF_GIT_OWNER: '$.pull_request.user.login'
JF_GIT_REPO: '$.repository.name'
JF_GIT_PULL_REQUEST_ID : '$.number'
TRIGGER_KEY: '$.action'
JF_GIT_PULL_REQUEST_ID : '${{github.event.number}}'
TRIGGER_KEY: '$.action

0 comments on commit 3d34300

Please sign in to comment.