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
1. The sentence about `ORIGIN_COMMIT` should be part of the description
of `commit-message`.
2. The title of the repo is still `github-action-push-to-another-repository`.
When to use this GitHub Action? It is useful in case that you have a GitHub repository with a a directory that you want to push to another GitHub repository using GitHub Actions (automated on push, for example). It is also useful if using GitHub Actions you generate certain files that you want to push to another GitHub repository.
4
4
@@ -37,11 +37,11 @@ The branch name for the destination repository. It defaults to `main`.
37
37
### `commit-message` (argument) [optional]
38
38
The commit message to be used in the output repository. Optional and defaults to "Update from $REPOSITORY_URL@commit".
39
39
40
+
The string `ORIGIN_COMMIT` is replaced by `$REPOSITORY_URL@commit`.
41
+
40
42
### `target-directory` (argument) [optional]
41
43
The directory to wipe and replace in the target repository. Defaults to wiping the entire repository
42
44
43
-
The string `ORIGIN_COMMIT` is replaced by `$REPOSITORY_URL@commit`.
0 commit comments