Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e23dd85 commit f2943c6Copy full SHA for f2943c6
.github/workflows/check-changelog.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Get PR number and milestone
14
run: |
15
echo "PR_NUMBER=${{ github.event.pull_request.number }}" >> $GITHUB_ENV
16
- echo "TAGGED_MILESTONE=${{ github.event.pull_request.milestone.title }} >> $GITHUB_ENV
+ echo "TAGGED_MILESTONE=${{ github.event.pull_request.milestone.title }}" >> $GITHUB_ENV
17
- uses: actions/checkout@v2
18
with:
19
fetch-depth: '0'
0 commit comments