Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix push action #554

Merged
merged 2 commits into from
Mar 24, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
add: "."
committer_name: Github Actions[bot]
author_name: Github Actions[bot]
message: Update PolicyEngine
message: Update OpenFisca-UK
Test:
runs-on: ${{ matrix.os }}
if: |
Expand Down
4 changes: 4 additions & 0 deletions changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -340,3 +340,7 @@
added:
- 'Forecasting to 2027: new and improved household weights.'
date: 2022-03-24 00:22:00
- bump: patch
changes:
fixed:
- Pull request merge action didn't correctly update the repo.