From ad7ea6a8686293a9d3b7ba4e0f9b0f12c2854eac Mon Sep 17 00:00:00 2001 From: Thorben Westerhuys Date: Fri, 30 Jul 2021 14:57:18 +0200 Subject: [PATCH] v0.1.0b5 --- lib/action.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/action.js b/lib/action.js index 0d7403c..b4de000 100644 --- a/lib/action.js +++ b/lib/action.js @@ -44,7 +44,7 @@ exports.action = async function () { try { const promExec = util.promisify(exec) const { stdout } = await promExec( - `dfour workspace -y -u ${username} -p ${password} -e ${endpoint} ${workspace} ${folder}` + `dfour workspace -y -u ${username} -p ${password} -e ${endpoint} ${workspace} ${process.env.GITHUB_WORKSPACE}/${folder}` ) const notify = core.info notify(stdout) diff --git a/package.json b/package.json index 213aeb9..ebf5722 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dfour-sync", - "version": "0.1.0b4", + "version": "0.1.0b5", "description": "A GitHub Action to sync data packages between a repository and a dfour storage instance", "main": "lib/index.js", "directories": {