Update the documentation (#114)

This commit is contained in:
Pascal Zimmermann 2022-04-25 01:32:41 +02:00 committed by GitHub
parent f579af7904
commit 887c31bd83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,6 +50,17 @@ jobs:
| directory | string | '.' | Directory to change to before pushing. | | directory | string | '.' | Directory to change to before pushing. |
| repository | string | '' | Repository name. <br /> Default or empty repository name represents <br /> current github repository. <br /> If you want to push to other repository, <br /> you should make a [personal access token](https://github.com/settings/tokens) <br /> and use it as the `github_token` input. | | repository | string | '' | Repository name. <br /> Default or empty repository name represents <br /> current github repository. <br /> If you want to push to other repository, <br /> you should make a [personal access token](https://github.com/settings/tokens) <br /> and use it as the `github_token` input. |
## Troubeshooting
Please be aware, if your job fails and the corresponding output log looks like the following error, update your used verson of the action to `ad-m/github-push-action@master`:
```log
Push to branch ***************
fatal: unsafe repository ('/github/workspace' is owned by someone else)
To add an exception for this directory, call:
git config --global --add safe.directory /github/workspace
```
## License ## License
The Dockerfile and associated scripts and documentation in this project are released under the [MIT License](LICENSE). The Dockerfile and associated scripts and documentation in this project are released under the [MIT License](LICENSE).