Skip to content
This repository has been archived by the owner on Sep 30, 2022. It is now read-only.

Commit

Permalink
docs: add missing requirement to setup-python
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinDeJong-TomTom committed May 11, 2022
1 parent 3c719ca commit ae55159
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ The workflow, usually declared in `.github/workflows/build.yml`, looks like:
- name: Check-out the repo under $GITHUB_WORKSPACE
uses: actions/checkout@v3

- name: Setup Python 3.8
uses: actions/setup-python@v3
with:
python-version: 3.8

- name: Run Commisery
uses: KevinDeJong-TomTom/commisery-action@master
with:
Expand All @@ -35,7 +40,7 @@ The workflow, usually declared in `.github/workflows/build.yml`, looks like:
## Inputs

- **token**: GitHub Token provided by GitHub, see [Authenticating with the GITHUB_TOKEN]
- **pull_request**: Pull Request number, provided by the [GitHub contex].
- **pull_request**: Pull Request number, provided by the [GitHub context].

[Authenticating with the GITHUB_TOKEN]: https://help.github.com/en/actions/automating-your-workflow-with-github-actions/authenticating-with-the-github_token
[GitHub context]: https://docs.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#github-context
Expand Down

0 comments on commit ae55159

Please sign in to comment.