|
23 | 23 | ➕ Adds all files by default \ |
24 | 24 | 👨 Uses `github.actor` as the default author \ |
25 | 25 | 🤖 Uses <b>@github-actions\[bot\]</b> as the default committer \ |
26 | | -🔼 Pushes changes to the current branch or tag \ |
| 26 | +🔼 Pushes changes to the current branch \ |
27 | 27 | 🤩 Works great for the common use cases! |
28 | 28 |
|
29 | 29 | A convenience wrapper with sensible defaults so that you don't have to do |
@@ -73,6 +73,8 @@ a premade action like [actions4git/setup-git] to configure the `user.name` and |
73 | 73 | - run: git push origin other-branch:main --force |
74 | 74 | ``` |
75 | 75 |
|
| 76 | +🏷️ Automatic tag updating coming soon! Contributions welcome! ❤️ |
| 77 | + |
76 | 78 | ### Inputs |
77 | 79 |
|
78 | 80 | - **`path`:** The path to the repository root folder to perform the Git |
@@ -134,13 +136,25 @@ a premade action like [actions4git/setup-git] to configure the `user.name` and |
134 | 136 |
|
135 | 137 | ### Outputs |
136 | 138 |
|
137 | | -TODO! |
| 139 | +- **`committed`:** Whether or not anything was actually committed to the |
| 140 | + repository locally. This will be `true` if there were any changes and `false` |
| 141 | + if not. |
| 142 | + |
| 143 | +- **`commit-sha`:** The SHA of the commit that was created. Will not be set if |
| 144 | + nothing was committed. |
| 145 | + |
| 146 | +- **`pushed`:** Whether or not anything was actually pushed to the remote |
| 147 | + repository. This will be `true` if there were any changes that were pushed and |
| 148 | + `false` if not. |
138 | 149 |
|
139 | 150 | ## Development |
140 | 151 |
|
141 | | - |
| 152 | + |
| 153 | + |
| 154 | +**How do I test my changes?** |
142 | 155 |
|
143 | | -TODO! |
| 156 | +Open a Draft Pull Request and some magic GitHub Actions will run to test the |
| 157 | +action. |
144 | 158 |
|
145 | 159 | <!-- prettier-ignore-start --> |
146 | 160 | [actions4git/setup-git]: https://github.com/actions4git/setup-git |
|
0 commit comments