We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We see https://github.com/OWASP/wrongsecrets/blob/master/.github/workflows/main.yml#L68 step failing which should publish the test report in a PR when the origin of the PR is a fork of the OWASP/Wrongsecrets repo.
This issue is about disabling the step in the action if the origin of the PR is a fork.
The text was updated successfully, but these errors were encountered:
64b2905#diff-7829468e86c1cc5d5133195b5cb48e1ff6c75e3e9203777f6b2e379d9e4882b3
if: ${{ github.event.pull_request.head.repo.full_name != 'OWASP/wrongsecrets' }} && (success() || failure()) if: ${{ github.event.pull_request.head.repo.full_name == 'OWASP/wrongsecrets' }} && (success() || failure())
both did not work...
Sorry, something went wrong.
2136f99
Merge pull request #1223 from OWASP/commjoen-patch-1
73ec5bb
Update main.yml to fix #1198
#1223 did not fix it either?
No branches or pull requests
We see https://github.com/OWASP/wrongsecrets/blob/master/.github/workflows/main.yml#L68 step failing which should publish the test report in a PR when the origin of the PR is a fork of the OWASP/Wrongsecrets repo.
This issue is about disabling the step in the action if the origin of the PR is a fork.
The text was updated successfully, but these errors were encountered: