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