Skip to content

Commit

Permalink
feat: Update komac default version to 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michidk authored Sep 15, 2024
1 parent 1e618e0 commit 3045a0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ For a real-world example, have a look at my WinGet package updater repository: [
- `komac-version`: Specifies which version of Komac to use.
- **Required**: ❌
- **Default**: `2.0.4`
- **Default**: `2.6.0`
- `komac-token`: The GitHub token to use for authentication. The token should have the `public_repo` scope.
- **Required**: ✅
- ⚠ **WARNING**: Do **not** directly put the token in the action. Instead, create a repository secret containing the token and use that in the workflow. Refer to [using encrypted secrets in a workflow](https://docs.github.com/en/actions/security-guides/encrypted-secrets#using-encrypted-secrets-in-a-workflow) for more information.
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ inputs:
komac-version:
description: 'Which Komac version to use.'
required: false
default: '2.3.0'
default: '2.6.0'
komac-token:
description: 'The GitHub token to use for authentication.'
required: true
Expand Down

0 comments on commit 3045a0d

Please sign in to comment.