Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
./gradlew PersianCalendar:dependencies --configuration releaseRuntimeClasspath | grep -e '--- ' > PersianCalendar/runtime-dependencies-report.txt

- name: Add and commit the report
uses: EndBug/add-and-commit@db73408897f13b2878d08ac8b3f8e51cd492c8f2
uses: EndBug/add-and-commit@b66b3d957b9853122a0a71f4e5d5f5fa3f940e9a
with:
default_author: github_actions
message: 'Update the runtime dependencies report'
Expand Down