-
Notifications
You must be signed in to change notification settings - Fork 9
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 trigger to release Go client libraries #85
base: main
Are you sure you want to change the base?
Conversation
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.
This PR is conflicting with changes from #80.
Can we combine the changes or which one needs to go in first?
@khareRajshree Please resolve conflicts. |
Updated in recent commit. |
jobs: | ||
csm-release: | ||
uses: dell/common-github-actions/.github/workflows/csm-release-libs.yaml@main | ||
name: Release Go Client Libraries | ||
with: | ||
version: ${{ github.event.inputs.option }} | ||
version: "${{ github.event.inputs.version || 'minor' }}" |
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 inputs.option. Version is no longer applicable
Description
GitHub action created to trigger Go client library release action.
Issues
List the issues impacted by this PR:
Checklist:
How Has This Been Tested?
Changes are tested on forked repo.
GH action triggered from forked common-github-actions repo: https://github.com/khareRajshree/common-github-actions/actions/runs/13437785133 which further triggered the workflows of individual repos.