-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add tag name input to create github release reusable workflow #72
base: main
Are you sure you want to change the base?
Changes from 6 commits
7253e2e
28fde7e
ff7c885
85b1d88
01ee015
3bdfc13
70a4393
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,10 @@ on: | |
type: string | ||
required: true | ||
description: 'Version to be published' | ||
tag_to_publish: | ||
type: string | ||
required: false | ||
description: 'Tag name to be published' | ||
|
||
permissions: | ||
contents: write | ||
|
@@ -51,4 +55,5 @@ jobs: | |
uses: mikepenz/[email protected] #softprops/action-gh-release | ||
with: | ||
tag_name: v${{ inputs.version_to_publish }} | ||
name: '${{ inputs.tag_to_publish }} v${{ inputs.version_to_publish }}' | ||
body: ${{ steps.build_changelog.outputs.changelog }} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Workflow Configuration | ||
|
||
## Name | ||
|
||
Reusable secret scanning workflow | ||
|
||
## Triggers | ||
|
||
- Workflow Call | ||
|
||
## Inputs | ||
|
||
- Branch (string): required | ||
- Depth (number): required, default is 2 | ||
|
||
## Secrets | ||
|
||
- SLACK_BOT_TOKEN (required) | ||
- SLACK_CHANNEL_ID_GITHUB_NOTIFICATION (required) |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Workflow Configuration | ||
|
||
## Name | ||
|
||
Reusable go linting workflow | ||
|
||
## Triggers | ||
|
||
- Workflow call | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Fix unordered list indentation. The unordered list should have consistent indentation. - - Workflow call
+ - Workflow call
ToolsMarkdownlint
|
||
|
||
## Inputs | ||
|
||
- Go Version (string): required, version of Go to lint | ||
|
||
## Secrets | ||
|
||
- N/A | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Fix unordered list indentation. The unordered list should have consistent indentation. - - N/A
+ - N/A
ToolsMarkdownlint
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Workflow Configuration | ||
|
||
## Name | ||
|
||
Reusable timestamp workflow | ||
|
||
## Triggers | ||
|
||
- Workflow call | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Fix unordered list indentation. The unordered list should have consistent indentation. - - Workflow call
+ - Workflow call
ToolsMarkdownlint
|
||
|
||
## Inputs | ||
|
||
- Timezone (string): required, timezone of workflow, default is LA/America | ||
|
||
## Secrets | ||
|
||
- N/A |
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.
Fix unordered list indentation.
The unordered list should have consistent indentation.
Tools
Markdownlint