Skip to content

Commit 0be531b

Browse files
rishabh6788peternied
andauthoredMar 27, 2024··
Update .github/workflows/gradle-check.yml
Co-authored-by: Peter Nied <peternied@hotmail.com> Signed-off-by: Rishabh Singh <rishabhksingh@gmail.com>
1 parent b59f9cd commit 0be531b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/gradle-check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
echo "pr_to_clone_url=$(jq --raw-output .pull_request.base.repo.clone_url $GITHUB_EVENT_PATH)" >> $GITHUB_ENV
3737
echo "pr_title=$(jq --raw-output .pull_request.title $GITHUB_EVENT_PATH)" >> $GITHUB_ENV
3838
echo "pr_number=$(jq --raw-output .pull_request.number $GITHUB_EVENT_PATH)" >> $GITHUB_ENV
39-
echo "pr_owner=$(jq --raw-output .pull_request.head.user.login $GITHUB_EVENT_PATH)" >> $GITHUB_ENV
39+
echo "pr_owner=$(jq --raw-output .pull_request.user.login $GITHUB_EVENT_PATH)" >> $GITHUB_ENV
4040
echo "commit_details=Null" >> $GITHUB_ENV
4141
4242
- name: Setup environment variables (Push)

0 commit comments

Comments
 (0)
Please sign in to comment.