mirror of
https://github.com/dagger/dagger-for-github.git
synced 2026-01-01 13:10:18 +11:00
rename repo to dagger-for-github
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
9e6ff7eb45
commit
826af86330
7 changed files with 16 additions and 16 deletions
2
dist/index.js
generated
vendored
2
dist/index.js
generated
vendored
|
|
@ -128,7 +128,7 @@ function install(version) {
|
|||
exports.install = install;
|
||||
function getLatestVersion() {
|
||||
return __awaiter(this, void 0, void 0, function* () {
|
||||
const _http = new http.HttpClient('dagger-action');
|
||||
const _http = new http.HttpClient('dagger-for-github');
|
||||
const res = yield _http.get(`${s3URL}/latest_version`);
|
||||
return yield res.readBody().then(body => {
|
||||
return body.trim();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue