chore(gha): solve pypi release github action (#6278)

This commit is contained in:
Sergio Garcia
2024-12-20 08:57:29 -05:00
committed by GitHub
parent f7e510b333
commit a377a9ff6a
+4 -1
View File
@@ -39,7 +39,10 @@ jobs:
- name: Repository check
working-directory: /tmp
run: |
[[ ${{ github.repository }} != "prowler-cloud/prowler" ]] && echo "This action only runs for prowler-cloud/prowler"; exit 1
if [[ "${{ github.repository }}" != "prowler-cloud/prowler" ]]; then
echo "This action only runs for prowler-cloud/prowler"
exit 1
fi
- name: Get Prowler version
run: |