mirror of
https://github.com/ad-m/github-push-action.git
synced 2025-06-09 09:35:05 +09:00
docs: Adjust the documentation
This commit is contained in:
parent
ce213e8680
commit
6264d6efcd
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ jobs:
|
|||
branch: ${{ github.ref }}
|
||||
```
|
||||
|
||||
An example workflow to push to a protected branch inside your own repository. Be aware that it's necessary to use a personal access token and use it also to the `actions/checkout` Action. It may be a good idea to specify the force-with-lease flag in case of sync and push errors. If you want to generate an adequate personal access token, you can [follow](docs/personal-acces-token.md#creation-of-a-personal-access-token) these instructions:
|
||||
An example workflow to push to a protected branch inside your repository. Be aware that it's necessary to use a personal access token and use it inside the `actions/checkout` action. It may be a good idea to specify the force-with-lease flag in case of sync and push errors. If you want to generate an adequate personal access token, you can [follow](docs/personal-acces-token.md#creation-of-a-personal-access-token) these instructions:
|
||||
|
||||
```yaml
|
||||
jobs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue