Fix space
This commit is contained in:
parent
4e61c3ea73
commit
5c4a5ec6db
1 changed files with 1 additions and 1 deletions
2
.github/workflows/changelog.yml
vendored
2
.github/workflows/changelog.yml
vendored
|
|
@ -12,7 +12,7 @@ jobs:
|
|||
uses: actions/checkout@v1
|
||||
|
||||
- name: Pull request merged
|
||||
if: git hub.event.pull_request.merged == true
|
||||
if: github.event.pull_request.merged == true
|
||||
uses: ./.github/actions/changelog
|
||||
env:
|
||||
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue