diff options
| author | Jean-Sébastien Pédron <jean-sebastien@rabbitmq.com> | 2020-04-27 16:39:32 +0200 |
|---|---|---|
| committer | Jean-Sébastien Pédron <jean-sebastien@rabbitmq.com> | 2020-04-27 16:39:32 +0200 |
| commit | 0bf8d0841c2467b93ab849f4f53a7bc99ab854e7 (patch) | |
| tree | fb9f58ed0c6a4573e77545b4dde0e7ea0c91da4e /.github | |
| parent | 9a1e1aedd6ce49dd9c839e4251d28a3429c8dffb (diff) | |
| download | rabbitmq-server-git-0bf8d0841c2467b93ab849f4f53a7bc99ab854e7.tar.gz | |
GitHub Actions: Regen workflows
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/test-erlang-otp-21.3.yaml | 2 | ||||
| -rw-r--r-- | .github/workflows/test-erlang-otp-22.3.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test-erlang-otp-21.3.yaml b/.github/workflows/test-erlang-otp-21.3.yaml index 3708e24f18..a7a3c7f074 100644 --- a/.github/workflows/test-erlang-otp-21.3.yaml +++ b/.github/workflows/test-erlang-otp-21.3.yaml @@ -3321,4 +3321,4 @@ jobs: AWS_REGION: ${{ secrets.AWS_REGION }} FILE: deps/rabbit-rabbitmq-deps.mk S3_BUCKET: ${{ secrets.AWS_S3_BUCKET }} - S3_KEY: rabbitmq-server/${{ steps.ref.outputs.branch_or_tag_name }}/${{ github.sha }}/otp-21.3/rabbit-rabbitmq-deps.mk + S3_KEY: rabbitmq-server/${{ steps.ref.outputs.branch_or_tag_name }}/${{ github.run_id }}/otp-21.3/rabbit-rabbitmq-deps.mk diff --git a/.github/workflows/test-erlang-otp-22.3.yaml b/.github/workflows/test-erlang-otp-22.3.yaml index b2cc9c55a3..24b15a4633 100644 --- a/.github/workflows/test-erlang-otp-22.3.yaml +++ b/.github/workflows/test-erlang-otp-22.3.yaml @@ -3321,4 +3321,4 @@ jobs: AWS_REGION: ${{ secrets.AWS_REGION }} FILE: deps/rabbit-rabbitmq-deps.mk S3_BUCKET: ${{ secrets.AWS_S3_BUCKET }} - S3_KEY: rabbitmq-server/${{ steps.ref.outputs.branch_or_tag_name }}/${{ github.sha }}/otp-21.3/rabbit-rabbitmq-deps.mk + S3_KEY: rabbitmq-server/${{ steps.ref.outputs.branch_or_tag_name }}/${{ github.run_id }}/otp-21.3/rabbit-rabbitmq-deps.mk |
