Skip to content

Commit

Permalink
fix dest
Browse files Browse the repository at this point in the history
Signed-off-by: M. Fatih Cırıt <[email protected]>
  • Loading branch information
M. Fatih Cırıt committed Jun 7, 2024
1 parent 81a47c9 commit 6c998d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sync-files/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ runs:
rm -rf /tmp/repository
git clone --depth 1 "$repository" /tmp/repository ${git_options[@]}
for dest_file in $(yq ".files[].source" /tmp/repo-config.yaml); do
for dest_file in $(yq ".files[].dest" /tmp/repo-config.yaml); do
yq ".files[] | select(.dest == \"$dest_file\")" /tmp/repo-config.yaml > /tmp/file-config.yaml
source_path=$(yq ".source" /tmp/file-config.yaml)
Expand Down

0 comments on commit 6c998d5

Please sign in to comment.