From 36c389d03092d6ab7997f2401aa85f67c2b796a6 Mon Sep 17 00:00:00 2001 From: Jonathan Neugebauer Date: Thu, 16 Jul 2020 12:53:30 +0200 Subject: [PATCH] Update references after repository transfer --- README.md | 2 +- dist/index.js | 2 +- index.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c79bff2..bb48537 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # `mdAL` for GitHub Actions -This action allows you to generate AL code from `mdAL` model files. +This action allows you to generate AL code from `mdAL` model files. Find out more about `mdAL` [here](https://github.com/mdal-lang/mdal). ## Inputs diff --git a/dist/index.js b/dist/index.js index 7ceb7aa..8f63595 100644 --- a/dist/index.js +++ b/dist/index.js @@ -55,7 +55,7 @@ module.exports = const core = __webpack_require__(310); const exec = __webpack_require__(230); -const image = 'joneug/mdal'; +const image = 'mdal/cli'; async function run() { try { diff --git a/index.js b/index.js index 46a7b9f..c3856fc 100644 --- a/index.js +++ b/index.js @@ -1,7 +1,7 @@ const core = require('@actions/core'); const exec = require('@actions/exec'); -const image = 'joneug/mdal'; +const image = 'mdal/cli'; async function run() { try {