Skip to content

Commit cc06999

Browse files
authored
Update flatpak.yml
1 parent 1a88742 commit cc06999

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/flatpak.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ name: Create Flatpak PR
55
# Controls when the action will run. Workflow runs when manually triggered using the UI
66
# or API.
77
on:
8+
workflow_dispatch:
89
release:
910
types: [published]
1011

@@ -26,7 +27,7 @@ jobs:
2627
command: repos.getRelease
2728
payload: >
2829
{
29-
"owner": "PrestonN",
30+
"owner": "FreeTubeApp",
3031
"repo": "FreeTube",
3132
"release_id": ${{ secrets.UPLOAD_ID }}
3233
}

0 commit comments

Comments
 (0)