Skip to content

Commit

Permalink
Merge pull request #852 from sbrunner/changelog-fix
Browse files Browse the repository at this point in the history
Fix the get config in changelog workflow
  • Loading branch information
sbrunner authored Sep 23, 2022
2 parents c61c691 + eae8e2e commit c4c2046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Get config
id: config
run: echo ::set-output name=config::$(python -c 'print(__import__("json").dumps(__import__("yaml").load(open(".github/changelog-config.yaml"))))')
run: echo ::set-output name=config::$(python -c 'print(__import__("json").dumps(__import__("yaml").load(open(".github/changelog-config.yaml"), Loader=__import__("yaml").SafeLoader)))')
- name: Generate changelog
id: changelog
uses: heinrichreimer/[email protected]
Expand Down

0 comments on commit c4c2046

Please sign in to comment.