Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Duchatelle Hubert <hubert.duchatelle@rte-france.com>
  • Loading branch information
HubertDuchatelle committed Jul 21, 2023
1 parent 5740e75 commit 40fc61b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .github/scripts/echo.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

for file in "$@"; do
echo $file
done
7 changes: 3 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ jobs:
id: changed-files
uses: tj-actions/changed-files@v37.4.0

- name: List all changed files
- name: echo changed files
run: |
for file in ${{ steps.changed-files.outputs.all_changed_files }}; do
echo "$file"
done
cd .github/scripts
./echo.sh ${{ steps.changed-files.outputs.all_changed_files }}

0 comments on commit 40fc61b

Please sign in to comment.