Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Jan 6, 2020
1 parent 24c1a71 commit 8bcbb0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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: ${LABEL}"
echo "::set-output name=label::${LABEL}"
# create the documentation issue
Expand Down

0 comments on commit 8bcbb0b

Please sign in to comment.