Skip to content

Commit

Permalink
v0.1.0b5
Browse files Browse the repository at this point in the history
  • Loading branch information
n0rdlicht committed Jul 30, 2021
1 parent cc05f7d commit ad7ea6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/action.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit ad7ea6a

Please sign in to comment.