Skip to content

Commit

Permalink
fix(data/azure-pipelines-marketplace-tasks): Updates the download loc…
Browse files Browse the repository at this point in the history
…ation of azure-pipelines-markeplace-tasks. (#19764)

Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
  • Loading branch information
jessehouwing and viceice committed Jan 10, 2023
1 parent e8874dc commit 18eeb67
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -3,7 +3,7 @@ import shell from 'shelljs';
import { updateJsonFile } from './utils.mjs';

const dataUrl =
'https://raw.githubusercontent.com/jessehouwing/renovate-azure-devops-marketplace/main/azure-pipelines-marketplace-tasks.json';
'https://raw.githubusercontent.com/renovatebot/azure-devops-marketplace/main/azure-pipelines-marketplace-tasks.json';

await (async () => {
shell.echo('Generating azure pipelines marketplace tasks');
Expand Down

0 comments on commit 18eeb67

Please sign in to comment.