Skip to content

Commit

Permalink
Bump pre-release fork to v1.101.0-pre.git.f747827eb8e6
Browse files Browse the repository at this point in the history
  • Loading branch information
trinitronx committed Oct 23, 2023
1 parent e91edd9 commit 436b3d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17460,8 +17460,8 @@ const exec = __nccwpck_require__(1514);
const tc = __nccwpck_require__(7784);
const { Octokit } = __nccwpck_require__(5375);

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.f747827eb8e6";
const octokit = new Octokit();

async function downloadDoctl(version, type, architecture) {
Expand Down
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const tc = require('@actions/tool-cache');
const { Octokit } = require("@octokit/rest");

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

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

0 comments on commit 436b3d8

Please sign in to comment.