Skip to content

Commit

Permalink
logs
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeGat committed Sep 11, 2024
1 parent 6f48dea commit 532a5ae
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
steps:
- run: echo "${{ inputs.paths }}"

- run: |
for path in ${{ inputs.paths }}; do
echo "$path"
done
- run: |
for path in ${{ inputs.paths }}; do
rsync --verbose --recursive \
Expand Down

0 comments on commit 532a5ae

Please sign in to comment.