You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I propose that a GitHub Action is created for this repository to make it easy for others to onboard to gather their metrics. Instead of manually writing out a larger workflow file, let's have a GitHub Action created to make it easier for people to collect the metrics.
I'm thinking something akin to the actions/setup-python. Meaning, one can put the following into a workflow...
I really like that idea. I think there should also be an option to reference the workflow by name instead of ID, or provide a utility to easily get the ID
I propose that a GitHub Action is created for this repository to make it easy for others to onboard to gather their metrics. Instead of manually writing out a larger workflow file, let's have a GitHub Action created to make it easier for people to collect the metrics.
I'm thinking something akin to the actions/setup-python. Meaning, one can put the following into a workflow...
... and it does the same as what the large workflow above does.
The text was updated successfully, but these errors were encountered: