-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b48008e
commit cdcecd8
Showing
4 changed files
with
7 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,16 @@ | ||
# Refenrences action-lint composite action | ||
|
||
## Inputs | ||
|
||
<!-- AUTO-DOC-INPUT:START - Do not remove or modify this section --> | ||
|
||
| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION | | ||
| ------------------- | ------ | -------- | ----------- | ------------------------------------------ | | ||
| action-lint-version | string | false | `"v1.6.22"` | The action lint repository version to use. | | ||
| reff | string | false | | The ref name to checkout the repository. | | ||
| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION | | ||
|---------------------|--------|----------|-------------|--------------------------------------------| | ||
| action-lint-version | string | false | `"v1.6.22"` | The action lint repository version to use. | | ||
| reff | string | false | | The ref name to checkout the repository. | | ||
|
||
<!-- AUTO-DOC-INPUT:END --> | ||
|
||
## Outputs | ||
|
||
<!-- AUTO-DOC-OUTPUT:START - Do not remove or modify this section --> | ||
|
||
No outputs. | ||
|
||
<!-- AUTO-DOC-OUTPUT:END --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -170,7 +170,6 @@ def run(): | |
|
||
|
||
if __name__ == "__main__": | ||
|
||
run() | ||
# exit succcesfully | ||
# os._exit(0) |