Clément Chanchevrier

Results 2 issues of Clément Chanchevrier

## Steps to reproduce - Create simple `pull_request` workflow file : ```yml # .github/workflows/pr-description.yml name: Set PR description on: pull_request: types: [opened, synchronize, edited, reopened, ready_for_review] jobs: update-pr-body: name: 💬...

- Removed obsolete error log ([300d187](https://github.com/cakeinpanic/jira-description-action/commit/300d1878626cf96858b96bb3a38f4174a8a1239f)) > I think it is a duplicate from the [github-connector.](https://github.com/cakeinpanic/jira-description-action/blob/573d376cf6754eb13126a2cca59905dc7332e65e/src/github-connector.ts#L49) - Add log to suggest checking the jira-token when the jira GET request fails...