Skip to content

Commit

Permalink
fix(repo): double $
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle committed Sep 14, 2023
1 parent 85aeaf8 commit 9b1d7be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ runs:
job-status: ${{ inputs.job-status }}
job-identifier: ${{ inputs.job-identifier }}
github-token: ${{ inputs.github-token }}
repo: $${{ github.repository }}
repo: ${{ github.repository }}
run-id: ${{ github.run_id }}
metric-name: "github_metric_1.0"
test-type: ${{ inputs.test-type }}
Expand Down

0 comments on commit 9b1d7be

Please sign in to comment.