Add checkout
This commit is contained in:
parent
c9d8600107
commit
101bcc6ecd
1 changed files with 3 additions and 1 deletions
4
.github/workflows/changelog.yml
vendored
4
.github/workflows/changelog.yml
vendored
|
|
@ -8,8 +8,10 @@ jobs:
|
|||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v1
|
||||
- name: Pull request merged
|
||||
if: github.event.pull_request.merged == true
|
||||
if: git hub.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