rename repo to dagger-for-github

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2022-02-25 11:49:00 +01:00
parent 9e6ff7eb45
commit 826af86330
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
7 changed files with 16 additions and 16 deletions

2
dist/index.js generated vendored
View file

@ -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();