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 3d34300 commit 2ede2e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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 : '${{github.event.number}}'
JF_GIT_PULL_REQUEST_ID : ${{github.event.number}}
TRIGGER_KEY: '$.action

0 comments on commit 2ede2e7

Please sign in to comment.