Skip to content

Commit

Permalink
fix action args
Browse files Browse the repository at this point in the history
  • Loading branch information
n01e0 committed Dec 29, 2023
1 parent c2f3eb4 commit abc9fe7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ppb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:
- uses: n01e0/ppb@main
with:
token: ${{ secrets.GITHUB_TOKEN }}
config_file: postpone.yml
config: postpone.yml

4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'Postpone Bot'
author: 'n01e0'
description: 'Create an issue for implementation that has been postponed with comments such as TODO or FIXME.'
inputs:
config_file:
config:
description: 'config file'
required: true
token:
Expand All @@ -16,6 +16,6 @@ runs:
[
'--token',
'${{ inputs.token }}',
'--config-file',
'--config',
'${{ inputs.config_file }}',
]

0 comments on commit abc9fe7

Please sign in to comment.