Skip to content

Commit

Permalink
fix flatpak build #9
Browse files Browse the repository at this point in the history
  • Loading branch information
prolic committed Nov 15, 2024
1 parent 35b74fe commit c718128
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/flatpak-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ jobs:
- name: Commit Repository Updates
run: |
cd flatpak-repo
git add repo-stable repo-continuous *.flatpakrepo
if ! git commit -m "Update Flatpak repositories"; then
echo "::warning::No changes to commit"
Expand Down

0 comments on commit c718128

Please sign in to comment.