1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00

test: Add debug logs (#3841)

These logs will help us identify what should we use instead of
e55e7feed3/.github/workflows/notify_enterprise.yaml (L56)
which is being set to web-flow
https://github.com/Unleash/unleash/actions/runs/5055463116/jobs/9071696845#step:7:12
This commit is contained in:
Gastón Fournier 2023-05-23 13:15:11 +02:00 committed by GitHub
parent e55e7feed3
commit 868df5d941
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,6 +40,10 @@ jobs:
- name: Publish static assets to S3
run: |
aws s3 cp frontend/build s3://getunleash-static/unleash/commits/${{ steps.get_commit_hash.outputs.COMMIT_HASH }} --recursive
echo ${{github.actor}}
echo ${{ github.event.head_commit.committer.username }}
git log -1 --pretty=%ae
git log -1 --pretty=%al
- name: Trigger sync
uses: actions/github-script@v6
with: