Skip to content

Commit

Permalink
Had a type in the changelog file
Browse files Browse the repository at this point in the history
  • Loading branch information
BasieBrinkie authored Jan 7, 2022
1 parent 9856afb commit a224647
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,10 @@ jobs:
myToken: ${{ secrets.GITHUB_TOKEN }}
- name: Save Changelog to Repo
run: |
cd ${{ GITHUB_WORKSPACE }}
mv CHANGELOG.md CHANGELOG_OLD.md
echo "## (Test text 2)" > CHANGELOG.md
echo "${{ steps.changelog.outputs.changelog }}" >> CHANGELOG.md
cat CHANGLOG_OLD.md >> CHANGELOG.md
cat CHANGELOG_OLD.md >> CHANGELOG.md
git config --global user.name 'CI Workflow'
git config --global user.email 'jjooss@live.nl'
git add CHANGELOG.md
Expand Down

0 comments on commit a224647

Please sign in to comment.