Skip to content

Commit

Permalink
Fix typo (#32)
Browse files Browse the repository at this point in the history
* fix typo

* fix invalid entry type
  • Loading branch information
CramBL authored Jan 1, 2025
1 parent 121ea1d commit 242780f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
- uses: actions/checkout@v4
- uses: ./
with:
push_changes: false
push-changes: false
env:
USE_FAKE_EVENT_JSON: test_data/event_json/minimal_pr_opened.json
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ inputs:
push-changes:
description: 'Whether or not to add, commit, & push the modified changelog. Note: If no changes are made, no commit is made either.'
required: true
default: true
default: 'true'

push-token:
description: 'The GitHub token to use for git push, defaults to workflow token'
Expand Down

0 comments on commit 242780f

Please sign in to comment.