Skip to content

Commit

Permalink
Prep 4 s3 Deploy[2]: Echo Changed files array.len v#33
Browse files Browse the repository at this point in the history
  • Loading branch information
phillipbentonkelly committed Jun 1, 2024
1 parent 2ff768d commit b629910
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 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,7 @@ jobs:
env:
ALL_CHANGED_FILES: ${{ steps.changed-config-files.outputs.all_changed_files }}
ACTOR: ${{ github.actor }}
EMAIL: "${{ github.actor }}@users.noreply.github.com"
run: |
echo "TARGET_BRANCH='deploy-none'" >> "${GITHUB_ENV}"
Expand Down Expand Up @@ -95,7 +96,16 @@ jobs:
fi
echo "TARGET_BRANCH Below:"
echo "${{ env.TARGET_BRANCH }} | $TARGET | ${TARGET}"
echo "$TARGET | ${TARGET}"
# echo "${{ env.TARGET_BRANCH }} | $TARGET | ${TARGET}"
echo "Actor: $ACTOR"
echo "EMAIL: $EMAIL"
echo "git config user.name: ${git config user.name}"
# git config --global user.name "$ACTOR"
# git config --global user.email "$EMAIL"
# git push --uf origin ${TARGET}
done
echo "Actor: $ACTOR"
Expand Down

0 comments on commit b629910

Please sign in to comment.