Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Jan 6, 2020
1 parent 353ad4d commit 2ccb694
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr_to_doc_issue.yml
Expand Up @@ -28,7 +28,7 @@ jobs:
MILESTONE: ${{ github.event.pull_request.milestone.title }}
run: |
LABEL=$(sed -r 's/^([[:digit:]]\.[[:digit:]]+)(\.[[:digit:]]+)?$/\1/' <<< ${MILESTONE})
echo "Label: ${LABEL}"
echo ${LABEL}
echo "::set-output name=label::${LABEL}"
# create the documentation issue
Expand All @@ -44,7 +44,7 @@ jobs:
# this is not possible to set labels directly due to security reasons
# the token is in clear, so no rights are given to qgis-bot
body: |
${{ format('Request for documentation in QGIS/qgis#{0})', github.event.pull_request.number) }}
${{ format('Request for documentation in QGIS/qgis#{0}', github.event.pull_request.number) }}
${{ github.event.pull_request.title }}
QGIS version: ${{ steps.milestone2label.outputs.label }}
Expand All @@ -56,7 +56,7 @@ jobs:
issue-number: ${{ github.event.pull_request.number }}
body: |
@${{ github.event.pull_request.user.login }}
A documentation ticket has been opened at https://github.com/qgis/QGIS-Documentation/issue/${{ steps.doc_issue.outputs.number }}
A documentation ticket has been opened at https://github.com/qgis/QGIS-Documentation/issues/${{ steps.doc_issue.outputs.number }}
It is **your** responsibility to visit this ticket and add as much detail as possible for the documentation team to correctly document this change.
Thank you!
reaction-type: 'rocket'

0 comments on commit 2ccb694

Please sign in to comment.