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

docs: update GitHub Actions Inputs section #50

Merged

Conversation

githubdev58yashi
Copy link
Contributor

Description

Modify README.md .

I noticed that the default value of verbose in GitHub Actions is different.
In the actions.yml setting, the default value is false,
In README.md, it is described as true.

commitlint/action.yml

Lines 8 to 11 in b98c73f

verbose:
description: Verbose output.
default: 'false'
required: false

Related Issue

N/A

Type of Change

Please mark the appropriate option below to describe the type of change your pull request introduces:

  • Bug fix
  • New feature
  • Enhancement
  • Documentation update
  • Refactor
  • Other (please specify)

Checklist

  • My pull request has a clear title and description.
  • I have used semantic commit messages.
    Examples: "fix: Fixed foobar bug", "feat(accounts): Added foobar feature".
  • I have added/updated the necessary documentation on README.md.
  • I have added appropriate test cases (if applicable) to ensure the changes are functioning correctly.

Additional Notes

By submitting this pull request, I confirm that I have read and complied with the contribution guidelines of this project.

@aj3sh
Copy link
Member

aj3sh commented Jul 1, 2024

Hi @githubdev58yashi, Thank you for your contribution.

@aj3sh aj3sh merged commit 2310d7e into opensource-nepal:main Jul 1, 2024
3 checks passed
@aj3sh aj3sh added the documentation Improvements or additions to documentation label Jul 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants