Skip to content

Commit

Permalink
Show modified files
Browse files Browse the repository at this point in the history
  • Loading branch information
artamonovkirill committed Jan 21, 2025
1 parent 97299f9 commit 85dba07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gradle-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
with:
arguments: wrapper
- run: >
git status --porcelain
if [[ -n $(git status --porcelain) ]]; then
echo "Gradle wrapper files have not been updated."
echo "Please run Gradle wrapper task and commit wrapper changes."
Expand Down

0 comments on commit 85dba07

Please sign in to comment.