Skip to content

Commit

Permalink
Add debug to action.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Oleg Kulachenko <[email protected]>
  • Loading branch information
vvarg229 committed Oct 18, 2023
1 parent 9fda717 commit b7abb11
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,8 @@ runs:
SOURCE_DIR: ${{ inputs.ALLURE_RESULTS_DIR }}/data/attachments/
DEST_DIR: ${{ env.REPORT_DIR }}/data/attachments/
run: |
ls -la "$SOURCE_DIR"
ls -la "$DEST_DIR"
rsync -avm --include='*.zip' -f 'hide,! */' "$SOURCE_DIR" "$DEST_DIR"
echo "PATH_TO_FILES_DIR=${{ github.workspace }}/comb_report" >> $GITHUB_ENV
Expand Down

0 comments on commit b7abb11

Please sign in to comment.