We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f3dc40 commit 8dc957aCopy full SHA for 8dc957a
README.md
@@ -0,0 +1,9 @@
1
+# Android `repo init` and `repo sync` Github Action
2
+
3
+See [the android repo tool docs for more info](https://source.android.com/docs/setup/reference/repo#init)
4
5
+Inputs
6
7
+- `manifest_url` Specifies the url or git repo to fetch the manifest from. Used in repo init
8
+- `manifest_branch` Specifies what manifest branch to use. Used in repo init
9
+- `manifest_filename` Specifies the name of the manifest file to find. Used in repo init
0 commit comments