Skip to content

Commit a6b514e

Browse files
committedDec 6, 2024
fix cd
1 parent f8ada85 commit a6b514e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.forgejo/workflows/ansibleCD.yml

+2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
echo "::set-output name=folders::$folders"
2828
2929
- name: Deploy to hosts
30+
shell: bash
3031
run: |
3132
IFS=' ' read -r -a folder_array <<< "${{ steps.detect-changes.outputs.folders }}"
3233
for folder in "${folder_array[@]}"; do
@@ -86,6 +87,7 @@ jobs:
8687
;;
8788
esac
8889
echo "Deploying to $target_host for folder $folder"
90+
8991
echo "target_host=$target_host" >> $GITHUB_ENV
9092
echo "folder=$folder" >> $GITHUB_ENV
9193
done

0 commit comments

Comments
 (0)
Please sign in to comment.