You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,7 @@ Example how to use GitHub app installation token
49
49
- The branch that is checked out needs to be in an attached state. Meaning that you can commit and push to it
50
50
- Currently, the action only supports adding, updating, and deleting files. It doesn't reconstruct the entire tree for
51
51
commit. Moving files would succeed, but the old file will still remain in its location.
52
+
- The cumulative size of modified files cannot be bigger than 40MB due to GitHub API limits. Note that contents of deleted files are not considered for this limit.
0 commit comments