We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a58c447 commit 0722cd8Copy full SHA for 0722cd8
1 file changed
.github/actions/setup/action.yml
@@ -51,7 +51,7 @@ runs:
51
env:
52
REGISTRY_URL: ${{ inputs.registry-url }}
53
REGISTRY_TOKEN: ${{ inputs.registry-token }}
54
- IS_FORK: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.repo.owner == 'sap' && 'true' || 'false' }}
+ IS_FORK: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.repo.owner.login == 'sap' && 'false' || 'true' }}
55
shell: bash
56
run: |
57
if [[ -n "$REGISTRY_URL" ]]; then
0 commit comments