From 8b148c39164a8bb515ef62b0f1da56ab1a8054e7 Mon Sep 17 00:00:00 2001 From: munja Date: Thu, 20 Oct 2022 17:35:25 +0100 Subject: [PATCH] chore: docfix for mp_gitstatus and yaml fix for npx --- .github/workflows/main.yml | 2 +- base/mp_gitstatus.sas | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8ce22e7..c718821 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - name: SAS Packages Release run: | - npx sasjs compile job -s sasjs/utils/create_sas_package.sas -o sasjsbuild/makepak.sas + npx @sasjs/cli compile job -s sasjs/utils/create_sas_package.sas -o sasjsbuild/makepak.sas # this part depends on https://github.com/sasjs/server/issues/307 # sasjs run sasjsbuild/makepak.sas -t sas9 diff --git a/base/mp_gitstatus.sas b/base/mp_gitstatus.sas index 6c3aa43..1bacd98 100644 --- a/base/mp_gitstatus.sas +++ b/base/mp_gitstatus.sas @@ -15,9 +15,9 @@ %mp_gitstatus(&dir,outds=work.gitstatus) - More info on these functions is in this [helpful paper]( -https://www.sas.com/content/dam/SAS/support/en/sas-global-forum-proceedings/2019/3057-2019.pdf - ) by Danny Zimmerman. + More info on these functions is in this [helpful paper] +(https://www.sas.com/content/dam/SAS/support/en/sas-global-forum-proceedings/2019/3057-2019.pdf) + by Danny Zimmerman. @param [in] gitdir The directory containing the GIT repository @param [out] outds= (work.git_status) The output dataset to create. Vars: