Skip to content

Commit

Permalink
Fix path of script
Browse files Browse the repository at this point in the history
  • Loading branch information
Yarden-zamir committed May 9, 2023
1 parent fcab5c9 commit a22a0e4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,9 @@ inputs:
runs:
using: composite
steps:
- uses: actions/[email protected]
- run: |
pip install requests
python extract_instruction_from_readme.py | bash
python ${{ github.action_path }}/extract_instruction.py | bash
env:
DISTRO: ${{ inputs.DISTRO }}
DOCS_URL: ${{ inputs.DOCS_URL }}
Expand Down
File renamed without changes.

0 comments on commit a22a0e4

Please sign in to comment.