Skip to content

Commit

Permalink
ci(github-action): fix incorrect indentation used in workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
AdmiringWorm committed Jul 26, 2020
1 parent eee1a71 commit dff99e5
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/create-releasenotes.yml
Expand Up @@ -13,14 +13,14 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

steps:
- uses: actions/checkout@v2.2.0
with:
fetch-depth: 0
- name: Build Release Notes
run: ./build.sh --target=Build-ReleaseNotes
- name: Commit Chagelog
uses: EndBug/add-and-commit@v4.2.0
with:
add: Changelog.md
message: "docs: Update changelog"
steps:
- uses: actions/checkout@v2.2.0
with:
fetch-depth: 0
- name: Build Release Notes
run: ./build.sh --target=Build-ReleaseNotes
- name: Commit Chagelog
uses: EndBug/add-and-commit@v4.2.0
with:
add: Changelog.md
message: "docs: Update changelog"

0 comments on commit dff99e5

Please sign in to comment.