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 {