Skip to content

Commit

Permalink
Gradle Check Optimization
Browse files Browse the repository at this point in the history
Signed-off-by: Prudhvi Godithi <[email protected]>
  • Loading branch information
prudhvigodithi committed May 20, 2024
1 parent a140735 commit 46fc153
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 @@ -40,6 +40,7 @@ jobs:
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
echo 'post_merge_action=false' >> $GITHUB_ENV
cat $GITHUB_ENV
- uses: actions/github-script@v7
if: github.event_name == 'push'
Expand Down

0 comments on commit 46fc153

Please sign in to comment.