Skip to content

Commit

Permalink
Prep 4 s3 Deploy[2]: Echo Changed files array.len v#25
Browse files Browse the repository at this point in the history
  • Loading branch information
phillipbentonkelly committed Jun 1, 2024
1 parent 24f2eef commit 028b7f8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/prep_4_s3_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ jobs:
env:
ALL_CHANGED_FILES: ${{ steps.changed-config-files.outputs.all_changed_files }}
run: |
echo "TARGET_BRANCH='deploy-none'" >> "${GITHUB_ENV}"
echo "'deploy-non'" >> "${TARGET}"
for file in ${ALL_CHANGED_FILES}; do
echo "$file was changed"
Expand All @@ -89,7 +92,7 @@ jobs:
fi
echo "TARGET_BRANCH Below:"
echo "${{ env.TARGET_BRANCH }}"
echo "${{ env.TARGET_BRANCH }} | $TARGET | ${TARGET}"
done
echo "ALL_CHANGED_FILES.len = ${#ALL_CHANGED_FILES[@]}"
Expand Down

0 comments on commit 028b7f8

Please sign in to comment.