Skip to content

Commit a8c7e36

Browse files
committed
Check if PR is opened from fork
1 parent 5872f80 commit a8c7e36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/winget-update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
--repo microsoft/winget-pkgs \
101101
--json state \
102102
--jq .state \
103-
Freelensapp-Freelens-${{ env.version }} || true) != "OPEN" ]];
103+
freelensapp:Freelensapp-Freelens-${{ env.version }} || true) != "OPEN" ]];
104104
then
105105
gh pr create \
106106
--repo microsoft/winget-pkgs \

0 commit comments

Comments
 (0)