Skip to content

Commit 252646b

Browse files
committed
fix
1 parent 67551cc commit 252646b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/workflow-metrics/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,15 @@ runs:
6565
"Dimensions": [
6666
{
6767
"Name": "WorkflowName",
68-
"Value": "'${{ github.workflow }}'"
68+
"Value": "${{ github.workflow }}"
6969
},
7070
{
7171
"Name": "JobName",
7272
"Value": "'$job_name'"
7373
},
7474
{
7575
"Name": "Repository",
76-
"Value": "'${{ github.repository }}'"
76+
"Value": "${{ github.repository }}"
7777
}
7878
]
7979
}

0 commit comments

Comments
 (0)