Skip to content

Commit

Permalink
Update references after repository transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
joneug committed Jul 16, 2020
1 parent 2c63022 commit 36c389d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down

0 comments on commit 36c389d

Please sign in to comment.