- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 377
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
Adding tag option to action #1142
Conversation
Thanks for the contribution. Do you mind creating an issue for this along with rationale so it can be tracked? |
Hi @JamesIves , done! |
@JamesIves I have implemented the changes. Let me know if there is anything more I can do. |
Will get to this in the next couple of days, thanks for your patience! |
Looks good to me! Thanks for making the changes |
Description
I found out that in some cases, pushing to the doc repo using a tag is convenient.
Testing Instructions
In theory, it should work by providing the key option
tag
.Additional Notes
This is my first time using TypeScript, so watch out for the errors.
This PR closes Add tags to deployed commit #1147