Skip to content

Commit c4164c5

Browse files
rishabh6788kaushalmahi12
authored andcommitted
Fix env variable name typo (opensearch-project#14843)
Signed-off-by: Rishabh Singh <sngri@amazon.com> Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
1 parent 0267660 commit c4164c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmark-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
headRepo=$(echo '${{ steps.get_pr.outputs.result }}' | jq -r '.headRepoFullName')
116116
headRef=$(echo '${{ steps.get_pr.outputs.result }}' | jq -r '.headRef')
117117
echo "prHeadRepo=$headRepo" >> $GITHUB_ENV
118-
echo "prheadRef=$headRef" >> $GITHUB_ENV
118+
echo "prHeadRef=$headRef" >> $GITHUB_ENV
119119
- name: Checkout PR Repo
120120
uses: actions/checkout@v2
121121
with:

0 commit comments

Comments
 (0)