Skip to content

Commit

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

- run: |
for path in ${{ inputs.paths }}; do
- env:
PATHS: |
${{ inputs.paths }}
run: |
for path in ${{ env.PATHS }}; do
echo "$path"
done
Expand Down

0 comments on commit 828044e

Please sign in to comment.