diff options
| author | Crozet Sébastien <developer@crozet.re> | 2020-11-19 11:18:17 +0100 |
|---|---|---|
| committer | Crozet Sébastien <developer@crozet.re> | 2020-11-19 11:18:17 +0100 |
| commit | 889a7e0e2feb08396dc705a096bd39efbc83e140 (patch) | |
| tree | adfda5712baf1373a5ea0d874c1776c521e103ba /.github | |
| parent | acc3fed1194533c04dd835cdc652b6695fa1dcef (diff) | |
| download | rapier-889a7e0e2feb08396dc705a096bd39efbc83e140.tar.gz rapier-889a7e0e2feb08396dc705a096bd39efbc83e140.tar.bz2 rapier-889a7e0e2feb08396dc705a096bd39efbc83e140.zip | |
Use environment file to set environment variables.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/rapier-ci-bench.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/rapier-ci-bench.yml b/.github/workflows/rapier-ci-bench.yml index 6c4f007..aa6e6ca 100644 --- a/.github/workflows/rapier-ci-bench.yml +++ b/.github/workflows/rapier-ci-bench.yml @@ -24,8 +24,8 @@ jobs: - name: Find commit SHA if: github.ref == 'refs/heads/master' run: | - echo "::set-env name=BENCHBOT_TARGET_COMMIT::$BENCHBOT_SHA" - echo "::set-env name=BENCHBOT_OTHER_BACKENDS::true" + echo "BENCHBOT_TARGET_COMMIT=$BENCHBOT_SHA" >> $GITHUB_ENV + echo "BENCHBOT_OTHER_BACKENDS=true" >> $GITHUB_ENV - name: Send 3D bench message shell: bash run: curl -u $BENCHBOT_AMQP_USER:$BENCHBOT_AMQP_PASS |
