From 868df5d941bfa79dca93955edc141386fd56b354 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gast=C3=B3n=20Fournier?= Date: Tue, 23 May 2023 13:15:11 +0200 Subject: [PATCH] test: Add debug logs (#3841) These logs will help us identify what should we use instead of https://github.com/Unleash/unleash/blob/e55e7feed36345c64fee976bc042cb5fb58e94de/.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 --- .github/workflows/notify_enterprise.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/notify_enterprise.yaml b/.github/workflows/notify_enterprise.yaml index 6dac5287f7..e2a9f7db37 100644 --- a/.github/workflows/notify_enterprise.yaml +++ b/.github/workflows/notify_enterprise.yaml @@ -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: