diff --git a/.github/workflows/check-build-push.yml b/.github/workflows/check-build-push.yml new file mode 100644 index 0000000..0e59352 --- /dev/null +++ b/.github/workflows/check-build-push.yml @@ -0,0 +1,38 @@ +# vim: softtabstop=2 shiftwidth=2 tabstop=2 expandtab +# vim: textwidth=80 colorcolumn=+1 +--- +name: Check Build Push + +on: + # Allows manual workflow run (must in default branch to work) + workflow_dispatch: + +jobs: + check: + runs-on: ubuntu-24.04 +# container: +# image: bilelmoussaoui/flatpak-github-actions:freedesktop-24.08 +# options: --privileged + + steps: + - uses: actions/checkout@v4 + with: + token: ${{ secrets.ACTIONS_GITHUB_TOKEN }} + repository: wehagy/org.wezfurlong.wezterm + #path: manifests + + - name: check + id: check + run: | + SHA256_NEW="$(curl -sSL https://api.github.com/repos/wez/wezterm/commits/main \ + | jq --raw-output '.commit.tree.sha')" + if ! grep "$SHA256_NEW" org.wezfurlong.wezterm.yml; then + SHA256_OLD="$(ed -n '/commit/{n;s/[[:space:]]//g;p;}' org.wezfurlong.wezterm.yml)" + sed "s/${SHA256_OLD}/${SHA256_NEW}/" org.wezfurlong.wezterm.yml + fi + +# - name: commit +# id: commit +# uses: EndBug/add-and-commit@v9 +# with: +# default_author: github_actions diff --git a/README.md b/README.md new file mode 100644 index 0000000..3884a75 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# repo-flatpak \ No newline at end of file diff --git a/wehagy-repo.flatpakrepo b/wehagy-repo.flatpakrepo new file mode 100644 index 0000000..a43f518 --- /dev/null +++ b/wehagy-repo.flatpakrepo @@ -0,0 +1,8 @@ +[Flatpak Repo] +Title=wehagy +Url=https://wehagy.github.io/repo-flatpak/repo/ +Homepage=https://wehagy.github.io/ +Comment=Wehagy flatpak repository +Description=Wehagy flatpak repository +#Icon=https://wehagy.github.io/repo-flatpak/logo.svg +#GPGKey=mQINBFlD2sABEADsiUZUO...