cd: use fork of flathub repo instead of the official

This commit is contained in:
Kingkor Roy Tirtho 2023-03-15 10:18:58 +06:00
parent 0cb87ba6df
commit 51d83e18cc

View File

@ -18,8 +18,8 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
repository: flathub/com.github.KRTirtho.Spotube
token: ${{ secrets.FLATHUB_TOKEN }}
repository: KRTirtho/com.github.KRTirtho.Spotube
- uses: actions/checkout@v3
with:
path: spotube
@ -36,7 +36,7 @@ jobs:
git switch update-${{ inputs.version }}
- name: Push to flathub
if: ${{ !inputs.dry_run }}
# if: ${{ !inputs.dry_run }}
run: git push -u origin update-${{ inputs.version }}
aur: