This pull request includes changes to the .github/workflows/workflow.yml file that primarily involve updating the repository references. The owner-repo and uses fields have been updated to point to the new DeveloperMetrics organization instead of the previous samsmithnz user.
Here are the key changes:
Updated the owner-repo field from samsmithnz/DevOpsMetrics to DeveloperMetrics/DevOpsMetrics in the workflow configuration. This change updates the repository that the workflow is targeting.
Updated the uses field from samsmithnz/deployment-frequency@main to DeveloperMetrics/deployment-frequency@main in the workflow configuration. This change updates the repository from which the workflow is pulling the deployment-frequency action.
This pull request includes changes to the
.github/workflows/workflow.yml
file that primarily involve updating the repository references. Theowner-repo
anduses
fields have been updated to point to the newDeveloperMetrics
organization instead of the previoussamsmithnz
user.Here are the key changes:
owner-repo
field fromsamsmithnz/DevOpsMetrics
toDeveloperMetrics/DevOpsMetrics
in the workflow configuration. This change updates the repository that the workflow is targeting.uses
field fromsamsmithnz/deployment-frequency@main
toDeveloperMetrics/deployment-frequency@main
in the workflow configuration. This change updates the repository from which the workflow is pulling thedeployment-frequency
action.