Skip to content

Commit

Permalink
testing contents folder
Browse files Browse the repository at this point in the history
  • Loading branch information
fabrizzio-dotCMS committed Sep 11, 2023
1 parent 39c0de2 commit 812a62d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions actions/dot-cli/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand All @@ -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/

0 comments on commit 812a62d

Please sign in to comment.