-
Notifications
You must be signed in to change notification settings - Fork 1
Initial Release #1
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
Conversation
| @@ -0,0 +1,31 @@ | |||
| name: git-auto-commit | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we can remove this
action.yml
Outdated
|
|
||
| runs: | ||
| using: 'node20' | ||
| main: 'index.js' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need to use dist folder
LICENSE
Outdated
| @@ -0,0 +1,22 @@ | |||
| The MIT License (MIT) | |||
|
|
|||
| Copyright (c) 2025 StepSecurity | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be after the first one
README.md
Outdated
| ### Signing Commits | ||
|
|
||
| If you would like to sign your commits using a GPG key, you will need to use an additional action. | ||
| You can use the [crazy-max/ghaction-import-gpg](https://github.com/crazy-max/ghaction-import-gpg) action and follow its setup instructions. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
crazy-max/ghaction-import-gpg we have maintaned action for this
README.md
Outdated
| ```yml | ||
| - name: "Import GPG key" | ||
| id: import-gpg | ||
| uses: crazy-max/ghaction-import-gpg@v6 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same
@Raj-StepSecurity @varunsh-coder Please take a look and suggest if changes are required.