Skip to content

Commit

Permalink
[#528] docs: remove reference to WrappersToGenerate.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
krzema12 committed Oct 30, 2022
1 parent de63379 commit 931e4cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ There's also a designated template for it, and the rule of checking if the reque

Apart from filing an issue using the template, we strongly encourage you to:
* ask the owner to provide the typings using https://github.com/krzema12/github-actions-typing - it greatly limits the amount of work needed in this DSL library, both when adding and maintaining support for actions. For inspiration how such request could look, see https://github.com/madhead/read-java-properties/issues/36
* create a PR that adds support for the action. Start by modifying [wrapper-generator/.../WrappersToGenerate.kt](https://github.com/krzema12/github-workflows-kt/blob/main/wrapper-generator/src/main/kotlin/it/krzeminski/githubactions/wrappergenerator/WrappersToGenerate.kt) and then running `./gradlew :wrapper-generator:run` to (re)generate various files
* create a PR that adds support for the action. Start by adding an appropriate file to the [actions](actions) directory and then running `./gradlew :wrapper-generator:run` to (re)generate various files

## Contributing a feature

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package it.krzeminski.githubactions.actions
* CustomAction can be used when there is no type-safe wrapper action
* and a quickly untyped wrapper is needed to fill the blank.
*
* Consider contributing a proper wrapper to the library, see WrappersToGenerate.kt in wrapper-generator module.
* Consider adding first-class support for your action! See CONTRIBUTING.md.
*/
public class CustomAction(
override val actionOwner: String,
Expand Down

0 comments on commit 931e4cd

Please sign in to comment.