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 1a88742 commit cc06999Copy full SHA for cc06999
.github/workflows/flatpak.yml
@@ -5,6 +5,7 @@ name: Create Flatpak PR
5
# Controls when the action will run. Workflow runs when manually triggered using the UI
6
# or API.
7
on:
8
+ workflow_dispatch:
9
release:
10
types: [published]
11
@@ -26,7 +27,7 @@ jobs:
26
27
command: repos.getRelease
28
payload: >
29
{
- "owner": "PrestonN",
30
+ "owner": "FreeTubeApp",
31
"repo": "FreeTube",
32
"release_id": ${{ secrets.UPLOAD_ID }}
33
}
0 commit comments