Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/vm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
echo "Pull request author: ${{ github.event.pull_request.user.login }}"
echo "Pull request title: ${{ github.event.pull_request.title }}"
echo "Pull request body: ${{ github.event.pull_request.body }}"
pwd
ls -al
cat $PR_INFO
mail_attach+=($PR_INFO)
echo "USER_EMAIL=$(git log -n 1 --pretty=format:%ae)" >> $GITHUB_ENV
# for now add the sender email to the SUBJECT as I'm sending to myself while debugging
Expand Down Expand Up @@ -59,6 +62,8 @@ jobs:
mail_attach+=($BUILD_OUT)
cat $BUILD_OUT
fi
echo "Pre list: ${mail_attach[@]}"
printf "pf: %s\n" "${mail_attach[@]}"
IFS=',' # make the list comma separated for the mailer
echo "ATTACHMENTS=${mail_attach[*]}" >> $GITHUB_ENV
echo "Raw list: ${mail_attach[*]}"
Expand Down