From 812a62d25ad0457f0d592a75c0e483d443df53ec Mon Sep 17 00:00:00 2001 From: fabrizzio-dotCMS Date: Mon, 11 Sep 2023 16:46:30 -0600 Subject: [PATCH] testing contents folder --- .github/workflows/main.yml | 2 +- actions/dot-cli/entrypoint.sh | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1e235d9..dad97ac 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -44,7 +44,7 @@ jobs: sub-command: 'pull' default-action-arg: 'FileAsset' option: '--workspace' - option-value: '/github/workspace/' + option-value: '/github/workspace/contents/' option-verbose: '--verbose' - name: Get the cli return-code diff --git a/actions/dot-cli/entrypoint.sh b/actions/dot-cli/entrypoint.sh index 95813fa..5d0e79c 100755 --- a/actions/dot-cli/entrypoint.sh +++ b/actions/dot-cli/entrypoint.sh @@ -2,7 +2,7 @@ ls /dot-cli - #proof that we can access the repo from within the script + echo "Proof that we can access the repo from within the script." cat /github/workspace/README.md @@ -22,6 +22,6 @@ cat "${QUARKUS_LOG_FILE_PATH}" - echo "repository after cli run ::: " + echo "Repository after cli run ::: " - ls /github/workspace/ + ls /github/workspace/contents/