diff options
| author | Jean-Sébastien Pédron <jean-sebastien@rabbitmq.com> | 2020-04-27 17:56:55 +0200 |
|---|---|---|
| committer | Jean-Sébastien Pédron <jean-sebastien@rabbitmq.com> | 2020-04-27 17:56:55 +0200 |
| commit | 84f2be6012e5be0554eb480143d825aecdccefe5 (patch) | |
| tree | b0fc5adaad2101560d0ef7bd5a45784ce8befdd4 /.github | |
| parent | 55d28f5ad3ad3a47791989bd118c6d8ce954eeca (diff) | |
| download | rabbitmq-server-git-84f2be6012e5be0554eb480143d825aecdccefe5.tar.gz | |
GitHub Actions: Regen workflows
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/test-erlang-otp-22.3.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test-erlang-otp-22.3.yaml b/.github/workflows/test-erlang-otp-22.3.yaml index 24b15a4633..a39097b1c5 100644 --- a/.github/workflows/test-erlang-otp-22.3.yaml +++ b/.github/workflows/test-erlang-otp-22.3.yaml @@ -3305,7 +3305,7 @@ jobs: uses: actions/cache@v1 with: path: deps - key: otp-21.3_git-${{ github.sha }}_deps + key: otp-22.3_git-${{ github.sha }}_deps - name: FORMAT GIT REF # https://github.community/t5/GitHub-Actions/How-can-I-set-an-expression-as-an-environment-variable-at/m-p/41804/highlight/true#M4751 id: ref @@ -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.run_id }}/otp-21.3/rabbit-rabbitmq-deps.mk + S3_KEY: rabbitmq-server/${{ steps.ref.outputs.branch_or_tag_name }}/${{ github.run_id }}/otp-22.3/rabbit-rabbitmq-deps.mk |
