Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hrshdhgd committed Jun 27, 2024
1 parent ae7230a commit b24a525
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/implementation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ repository.
2. Follow instructions in `actions/create-github-app-token@v1<https://github.com/actions/create-github-app-token>_` to create a GitHub App token.
- Add the following code block to the workflow file:

.. code-block:: shell
.. code-block:: yaml
- name: Create GitHub App token
uses: actions/create-github-app-token@v1
Expand All @@ -88,7 +88,7 @@ repository.
- **PRIVATE_KEY**: This will be a secret. This is the whole content of the .pem file.

- Finally, add the token generated from above to the pull request generation workflow block:
.. code-block:: shell
.. code-block:: yaml
- name: Create Pull Request
uses: peter-evans/create-pull-request@v4
Expand Down

0 comments on commit b24a525

Please sign in to comment.