mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-17 17:10:37 +00:00
13e05b21a7
* 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>
4 lines
202 B
Plaintext
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);
|