Skip to content

Commit

Permalink
Switch to pre-release fork 1.101.0-pre.git.69cd972159a0
Browse files Browse the repository at this point in the history
  • Loading branch information
trinitronx committed Oct 23, 2023
1 parent 3211359 commit e91edd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ const exec = require('@actions/exec');
const tc = require('@actions/tool-cache');
const { Octokit } = require("@octokit/rest");

const baseDownloadURL = "https://github.com/digitalocean/doctl/releases/download";
const fallbackVersion = "1.98.1";
const baseDownloadURL = "https://github.com/trinitronx/doctl/releases/download";
const fallbackVersion = "1.101.0-pre.git.69cd972159a0";
const octokit = new Octokit();

async function downloadDoctl(version, type, architecture) {
Expand Down

0 comments on commit e91edd9

Please sign in to comment.