diff --git a/.github/workflows/jira-link.yaml b/.github/workflows/jira-link.yaml index 18240fb7..71ebb2b5 100644 --- a/.github/workflows/jira-link.yaml +++ b/.github/workflows/jira-link.yaml @@ -10,7 +10,7 @@ jobs: steps: - name: check pull request title and source branch name run: | - echo "Checking pull request with title ${{ github.event.pull_request.title }} from source branch ${{ github.event.pull_request.head.ref }}" + echo "Checking pull request with title from source branch ${{ github.event.pull_request.head.ref }}" if ! [[ "${{ github.event.pull_request.title }}" =~ ^AIRO-[0-9]+[[:space:]].*$ ]] && ! [[ "${{ github.event.pull_request.head.ref }}" =~ ^AIRO-[0-9]+.*$ ]] then echo -e "Please make sure one of the following is true:\n \