Skip to content

Commit

Permalink
Update .github/workflows/gradle-check.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Nied <peternied@hotmail.com>
Signed-off-by: Rishabh Singh <rishabhksingh@gmail.com>
  • Loading branch information
rishabh6788 and peternied authored Mar 27, 2024
1 parent b59f9cd commit 0be531b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
echo "pr_to_clone_url=$(jq --raw-output .pull_request.base.repo.clone_url $GITHUB_EVENT_PATH)" >> $GITHUB_ENV
echo "pr_title=$(jq --raw-output .pull_request.title $GITHUB_EVENT_PATH)" >> $GITHUB_ENV
echo "pr_number=$(jq --raw-output .pull_request.number $GITHUB_EVENT_PATH)" >> $GITHUB_ENV
echo "pr_owner=$(jq --raw-output .pull_request.head.user.login $GITHUB_EVENT_PATH)" >> $GITHUB_ENV
echo "pr_owner=$(jq --raw-output .pull_request.user.login $GITHUB_EVENT_PATH)" >> $GITHUB_ENV
echo "commit_details=Null" >> $GITHUB_ENV
- name: Setup environment variables (Push)
Expand Down

0 comments on commit 0be531b

Please sign in to comment.