Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f2943c6

Browse files
authored
CI Fix shell syntax introduced in #19155
1 parent e23dd85 commit f2943c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Get PR number and milestone
1414
run: |
1515
echo "PR_NUMBER=${{ github.event.pull_request.number }}" >> $GITHUB_ENV
16-
echo "TAGGED_MILESTONE=${{ github.event.pull_request.milestone.title }} >> $GITHUB_ENV
16+
echo "TAGGED_MILESTONE=${{ github.event.pull_request.milestone.title }}" >> $GITHUB_ENV
1717
- uses: actions/checkout@v2
1818
with:
1919
fetch-depth: '0'

0 commit comments

Comments
 (0)