Files
Petr Polezhaev 32173db78b
Some checks failed
yandex-music / check-and-update (push) Failing after 29s
Automatic workflow to update yandex-music ebuild
2026-02-06 00:58:08 +03:00

19 lines
522 B
YAML

name: "Update electron app bin ebuild if needed"
description: "Check the update manifest and copy an existing version ebuild if a new version is out"
inputs:
atom:
description: "category/name specifying the ebuild to update"
required: true
update-url:
description: "electron-updater update manifest url to check"
required: true
outputs:
changes:
description: "if any changes were produced"
runs:
using: "docker"
image: "Dockerfile"
args:
- ${{inputs.atom}}
- ${{inputs.update-url}}