NOTICK: remove obsolete parameter (#7193)

* removed `project` parameter from `jira-sync-closed-action` as it was never used
This commit is contained in:
Waldemar Żurowski 2022-05-30 10:57:04 +02:00 committed by GitHub
parent 9818d3beac
commit 043c4e5dcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,6 @@ jobs:
- name: Close
uses: corda/jira-sync-closed-action@master
with:
project: CORDA
jiraBaseUrl: https://r3-cev.atlassian.net
jiraEmail: ${{ secrets.JIRA_USER_EMAIL }}
jiraToken: ${{ secrets.JIRA_API_TOKEN }}