Skip to content

Commit

Permalink
Specify the version of the action in the example
Browse files Browse the repository at this point in the history
As titled.
  • Loading branch information
arthaud authored Apr 24, 2024
1 parent 12b8d92 commit 5a20064
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ jobs:
- uses: actions/checkout@v4

- name: Run Pyre Action
# update with the desired version of the action (e.g. `facebook/pyre-action@v0.0.1`)
uses: facebook/pyre-action
uses: facebook/pyre-action@v0.0.2
with:
repo-directory: './'
requirements-path: 'requirements.txt'
Expand Down

0 comments on commit 5a20064

Please sign in to comment.