Skip to content

Commit

Permalink
Merge pull request #105 from prudhvigodithi/main-test
Browse files Browse the repository at this point in the history
Gradle Check Optimization
  • Loading branch information
prudhvigodithi authored May 20, 2024
2 parents 2592854 + 8e6fd2a commit e83afe2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sample-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
echo "pr_number=$(jq --raw-output .pull_request.number $GITHUB_EVENT_PATH)" >> $GITHUB_ENV
echo "pr_owner=$(jq --raw-output .pull_request.user.login $GITHUB_EVENT_PATH)" >> $GITHUB_ENV
echo "pr_or_commit_description=$(jq --ascii-output .pull_request.body $GITHUB_EVENT_PATH)" >> $GITHUB_ENV
cat $GITHUB_ENV
- name: Setup environment variables (Push)
if: github.event_name == 'push'
Expand Down

0 comments on commit e83afe2

Please sign in to comment.