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:
parent
e55e7feed3
commit
868df5d941
4
.github/workflows/notify_enterprise.yaml
vendored
4
.github/workflows/notify_enterprise.yaml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user