Update .forgejo/workflows/check_version_exists.yaml
This commit is contained in:
parent
d39cc8c1c7
commit
fa374e9bac
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ jobs:
|
||||||
- id: check
|
- id: check
|
||||||
run: |
|
run: |
|
||||||
pip3 install requests
|
pip3 install requests
|
||||||
exec python3 check_version_exists.py >> $GITHUB_OUTPUT
|
exec python3 .forgejo/workflows/check_version_exists.py >> $GITHUB_OUTPUT
|
||||||
env:
|
env:
|
||||||
REPOSITORY: ${{ inputs.github-repository }}
|
REPOSITORY: ${{ inputs.github-repository }}
|
||||||
PACKAGE: ${{ inputs.pypi-package}}
|
PACKAGE: ${{ inputs.pypi-package}}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue