Skip to content

Commit

Permalink
Try set manifest path correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
wengxt committed Oct 11, 2024
1 parent 7f9d422 commit e89dda1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/external-data-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
with:
ref: ${{ matrix.branch }}

- name: List manifests
id: list_manifests
run:
(echo -n "manifests="; echo org.fcitx.Fcitx5*.yaml) >> $GITHUB_OUTPUT

- uses: docker://ghcr.io/flathub/flatpak-external-data-checker:latest
env:
GIT_AUTHOR_NAME: Flatpak External Data Checker
Expand All @@ -26,4 +31,4 @@ jobs:
GIT_COMMITTER_EMAIL: 41898282+github-actions[bot]@users.noreply.github.com
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
args: --update --never-fork org.fcitx.Fcitx5*.yaml
args: --update --never-fork ${{ steps.list_manifests.manifests }}

0 comments on commit e89dda1

Please sign in to comment.