We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
currently the action does not have any github action outputs.
Please add output variable pr_branch_name
pr_branch_name
some use cases require outputs (e.g. discussion #467 )
https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#setting-an-output-parameter
The text was updated successfully, but these errors were encountered:
feat(#472): ✨ define output
9a3fb5f
feat(#472): ✨ define output (#473)
a19cd8d
templatesync.yml
pr_branch
AndreasAugustin
Successfully merging a pull request may close this issue.
Describe the feature
currently the action does not have any github action outputs.
Please add output variable
pr_branch_name
Use Case
some use cases require outputs (e.g. discussion #467 )
Proposed Solution
https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#setting-an-output-parameter
Acknowledgements
The text was updated successfully, but these errors were encountered: