Files
packages/anda/desktops/elementary/switchboard-plug-wallet/update.rhai
T
madomado 13e05b21a7 add: switchboard-plug-wallet (#534)
* add: switchboard-plug-wallet

* fix prep name

* add: switchboard-plug-useraccounts

* Revert "add: switchboard-plug-useraccounts"

This reverts commit 1bce27c091.

* no gettext oh gosh hell???

* test for files

Signed-off-by: madomado <wboy111@outlook.com>

* fix files

---------

Signed-off-by: madomado <wboy111@outlook.com>
2023-06-13 20:31:32 +08:00

4 lines
202 B
Plaintext

let req = new_req("https://api.github.com/repos/elementary/switchboard-plug-wallet/commits/HEAD");
req.head("Authorization", `Bearer ${env("GITHUB_TOKEN")}`);
rpm.global("commit", json(req.get()).sha);